Skip to content

Commit 9590412

Browse files
committed
Use RN 29.2
1 parent 2ae1716 commit 9590412

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
}
1717

1818
dependencies {
19-
compile 'com.facebook.react:react-native:0.30.0-rc.0'
19+
compile 'com.facebook.react:react-native:0.29.2'
2020
compile "com.google.android.gms:play-services-base:9.2.0"
2121
compile 'com.google.android.gms:play-services-maps:9.2.0'
2222
}

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"react": "15.2.0",
13-
"react-native": "^0.30.0-rc",
13+
"react-native": "^0.29.2",
1414
"react-native-maps": "../"
1515
}
1616
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
],
2323
"dependencies": {
2424
"react": "15.2.0",
25-
"react-native": "^0.30.0-rc"
25+
"react-native": "^0.29.2"
2626
},
2727
"devDependencies": {
2828
"react": "15.2.0",
29-
"react-native": "^0.30.0-rc"
29+
"react-native": "^0.29.2"
3030
}
3131
}

0 commit comments

Comments
 (0)