devstepbcn / react-native-android-wifi

A react-native module for viewing and connecting to Wifi networks on Android devices.
ISC License
212 stars 121 forks source link

add `react-native.config.js` for RN 0.60 compat #98

Closed btav closed 1 year ago

btav commented 4 years ago

rnpm is being deprecated in newer versions of the react-native cli. As a result, the previous rnpm configurations inside the package.json need to moved to a new react-native.config.js file to support RN 0.60.

related https://github.com/devstepbcn/react-native-android-wifi/issues/97

More info https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide.

forkball commented 2 years ago

bump