File tree Expand file tree Collapse file tree 6 files changed +2580
-123
lines changed Expand file tree Collapse file tree 6 files changed +2580
-123
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [" babel-preset-exponent " ],
2
+ "presets" : [" babel-preset-expo " ],
3
3
"env" : {
4
4
"development" : {
5
5
"plugins" : [" transform-react-jsx-source" ]
Original file line number Diff line number Diff line change 1
- import Exponent from 'exponent' ;
2
1
import { StackNavigator } from 'react-navigation' ;
3
2
import Home from './src/components/Home' ;
4
3
import NanologShow from './src/components/NanologShow' ;
@@ -8,4 +7,4 @@ const App = StackNavigator({
8
7
NanologShow : { screen : NanologShow } ,
9
8
} ) ;
10
9
11
- Exponent . registerRootComponent ( App ) ;
10
+ export default App ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "expo" : {
3
+ "sdkVersion" : " 15.0.0"
4
+ }
5
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nanolog" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " Hello Exponent!" ,
5
- "author" : null ,
6
4
"private" : true ,
7
- "main" : " main.js" ,
5
+ "devDependencies" : {
6
+ "jest-expo" : " ^0.3.0" ,
7
+ "react-native-scripts" : " 0.0.25" ,
8
+ "react-test-renderer" : " ~15.4.1"
9
+ },
10
+ "main" : " ./node_modules/react-native-scripts/build/bin/crna-entry.js" ,
11
+ "scripts" : {
12
+ "start" : " react-native-scripts start" ,
13
+ "eject" : " react-native-scripts eject" ,
14
+ "android" : " react-native-scripts android" ,
15
+ "ios" : " react-native-scripts ios" ,
16
+ "test" : " node node_modules/jest/bin/jest.js --watch"
17
+ },
18
+ "jest" : {
19
+ "preset" : " jest-expo"
20
+ },
8
21
"dependencies" : {
9
- "@exponent/vector-icons" : " ~4.0.0" ,
10
- "exponent" : " ^14.0.0" ,
22
+ "expo" : " ^15.1.0" ,
11
23
"react" : " ~15.4.0" ,
12
- "react-native" : " https://github.com/exponent/react-native/archive/sdk-14.0.0.tar.gz " ,
24
+ "react-native" : " 0.42.3 " ,
13
25
"react-native-keyboard-aware-scroll-view" : " ^0.2.7" ,
14
26
"react-navigation" : " ^1.0.0-beta.6"
15
27
}
You can’t perform that action at this time.
0 commit comments