mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-02-24 10:47:12 -05:00
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
module.exports = {
|
|
dependencies: {
|
|
"react-native-config": {
|
|
platforms: {
|
|
android: null // disable Android platform, other platforms will still autolink if provided
|
|
}
|
|
}
|
|
}
|
|
};
|