Skip to content

Commit 9714ff8

Browse files
adhinugrahachristopherdro
authored andcommitted
convert to new react native config format (RN 0.60 (react-native-maps#2975)
* convert to new react native config format (RN 0.60 * remove space & replace singlequote * missing trailing comma & newline at end of file * remove quote
1 parent b90a4e5 commit 9714ff8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,5 @@
5252
"metro-react-native-babel-preset": "^0.53.1",
5353
"react": "16.8.3",
5454
"react-native": "0.59.3"
55-
},
56-
"rnpm": {
57-
"android": {
58-
"sourceDir": "./lib/android"
59-
}
6055
}
6156
}

react-native.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
project: {
3+
ios: {},
4+
android: {
5+
sourceDir: './lib/android',
6+
},
7+
},
8+
};

0 commit comments

Comments
 (0)