Skip to content

Commit cb107d4

Browse files
christopherdropatricio
authored andcommitted
[rnpm] Fix sourceDir for Android (react-native-maps#1313)
Overlooked this change closing out a few PR's last week. Follow up for react-native-maps#1200
1 parent 10e5be8 commit cb107d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"rnpm": {
5555
"android": {
56-
"sourceDir": "./android"
56+
"sourceDir": "./lib/android"
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)