We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e1eca commit c079838Copy full SHA for c079838
example/App.expo.js
@@ -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
@@ -1,8 +1,3 @@
-// Entry point for react-native-web
-import {registerRootComponent} from 'expo';
-
import App from './src/App';
-registerRootComponent(App);
export default App;
example/ios/Podfile.lock
@@ -459,4 +459,4 @@ SPEC CHECKSUMS:
459
460
PODFILE CHECKSUM: c16115da1c09b22e5a0bb855c3910ce7864566e7
461
462
-COCOAPODS: 1.9.1
+COCOAPODS: 1.9.3
0 commit comments