Skip to content

Commit

Permalink
"AIRMap" was not found in the UIManager IN "0.26.0" (react-native-map…
Browse files Browse the repository at this point in the history
…s#3103)

solving the AIRMap not found issue on android
  • Loading branch information
rizwanCB authored and rborn committed Oct 2, 2019
1 parent c52d361 commit e8fb0c9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module.exports = {
project: {
ios: {},
android: {
sourceDir: './lib/android',
dependency: {
platforms: {
android: {
sourceDir: './lib/android',
},
},
},
};

0 comments on commit e8fb0c9

Please sign in to comment.