File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/create-react-native-library/templates
native-library-legacy/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const LINKING_ERROR =
4
4
`The package '<%- project.slug -%>' doesn't seem to be linked. Make sure: \n\n` +
5
5
Platform . select ( { ios : "- You have run 'pod install'\n" , default : '' } ) +
6
6
'- You rebuilt the app after installing the package\n' +
7
- '- You are not using Expo managed workflow \n' ;
7
+ '- You are not using Expo Go \n' ;
8
8
9
9
const < % - project . name - % > = NativeModules . < % - project . name - % >
10
10
? NativeModules . < % - project . name - % >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const LINKING_ERROR =
4
4
`The package '<%- project.slug -%>' doesn't seem to be linked. Make sure: \n\n` +
5
5
Platform . select ( { ios : "- You have run 'pod install'\n" , default : '' } ) +
6
6
'- You rebuilt the app after installing the package\n' +
7
- '- You are not using Expo managed workflow \n' ;
7
+ '- You are not using Expo Go \n' ;
8
8
9
9
// @ts -expect-error
10
10
const isTurboModuleEnabled = global . __turboModuleProxy != null ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const LINKING_ERROR =
9
9
`The package '<%- project.slug -%>' doesn't seem to be linked. Make sure: \n\n` +
10
10
Platform . select ( { ios : "- You have run 'pod install'\n" , default : '' } ) +
11
11
'- You rebuilt the app after installing the package\n' +
12
- '- You are not using Expo managed workflow \n' ;
12
+ '- You are not using Expo Go \n' ;
13
13
14
14
type < % - project . name - % > Props = {
15
15
color : string ;
You can’t perform that action at this time.
0 commit comments