Skip to content

Commit ba2baaa

Browse files
committed
refactor: remove expo description
1 parent a5e4b31 commit ba2baaa

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ buck-out/
6060
android/app/libs
6161
android/keystores/debug.keystore
6262

63-
# Expo
64-
.expo/
65-
6663
# Turborepo
6764
.turbo/
6865

src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ export * from './Type';
55
const LINKING_ERROR =
66
`The package 'ting' doesn't seem to be linked. Make sure: \n\n` +
77
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';
8+
'- You rebuilt the app after installing the package\n'
109

1110
// @ts-expect-error
1211
const isTurboModuleEnabled = global.__turboModuleProxy != null;

0 commit comments

Comments
 (0)