Skip to content

Commit

Permalink
refactor: remove expo description
Browse files Browse the repository at this point in the history
  • Loading branch information
baronha committed Oct 9, 2023
1 parent a5e4b31 commit ba2baaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ buck-out/
android/app/libs
android/keystores/debug.keystore

# Expo
.expo/

# Turborepo
.turbo/

Expand Down
3 changes: 1 addition & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ export * from './Type';
const LINKING_ERROR =
`The package 'ting' doesn't seem to be linked. Make sure: \n\n` +
Platform.select({ ios: "- You have run 'pod install'\n", default: '' }) +
'- You rebuilt the app after installing the package\n' +
'- You are not using Expo Go\n';
'- You rebuilt the app after installing the package\n'

// @ts-expect-error
const isTurboModuleEnabled = global.__turboModuleProxy != null;
Expand Down

0 comments on commit ba2baaa

Please sign in to comment.