We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e4b31 commit ba2baaaCopy full SHA for ba2baaa
2 files changed
.gitignore
@@ -60,9 +60,6 @@ buck-out/
60
android/app/libs
61
android/keystores/debug.keystore
62
63
-# Expo
64
-.expo/
65
-
66
# Turborepo
67
.turbo/
68
src/index.tsx
@@ -5,8 +5,7 @@ export * from './Type';
5
const LINKING_ERROR =
6
`The package 'ting' doesn't seem to be linked. Make sure: \n\n` +
7
Platform.select({ ios: "- You have run 'pod install'\n", default: '' }) +
8
- '- You rebuilt the app after installing the package\n' +
9
- '- You are not using Expo Go\n';
+ '- You rebuilt the app after installing the package\n'
10
11
// @ts-expect-error
12
const isTurboModuleEnabled = global.__turboModuleProxy != null;
0 commit comments