Skip to content

Commit

Permalink
[rnpm] Fix sourceDir for Android (react-native-maps#1313)
Browse files Browse the repository at this point in the history
Overlooked this change closing out a few PR's last week.

Follow up for react-native-maps#1200
  • Loading branch information
christopherdro authored and patricio committed Sep 27, 2017
1 parent 10e5be8 commit cb107d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"rnpm": {
"android": {
"sourceDir": "./android"
"sourceDir": "./lib/android"
}
}
}

0 comments on commit cb107d4

Please sign in to comment.