Skip to content

Commit c079838

Browse files
authored
chore: update example (#104)
1 parent 20e1eca commit c079838

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

example/App.expo.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Entry point for react-native-web
2+
import {registerRootComponent} from 'expo';
3+
4+
import App from './src/App';
5+
6+
registerRootComponent(App);
7+
8+
export default App;

example/App.js

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// Entry point for react-native-web
2-
import {registerRootComponent} from 'expo';
3-
41
import App from './src/App';
52

6-
registerRootComponent(App);
7-
83
export default App;

example/ios/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,4 +459,4 @@ SPEC CHECKSUMS:
459459

460460
PODFILE CHECKSUM: c16115da1c09b22e5a0bb855c3910ce7864566e7
461461

462-
COCOAPODS: 1.9.1
462+
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)