aboozaid / react-native-wifi-hotspot

A react-native implementation for handling hotspot requests and make it easier to communicate with peers!
ISC License
40 stars 21 forks source link

RN 0.61 issues #14

Closed mvniekerk closed 4 years ago

mvniekerk commented 4 years ago

Hello - I tried to compile the package in a React Native 0.61 project, following the instructions as per the Readme. I've found the following issues:

  1. Uses rnpm - to be deprecated.
  2. The rnpm directive of new HotspotModule() causes compiler errors.
  3. Not using AndroidX but using AppCompat
mvniekerk commented 4 years ago

https://github.com/assemmohamedali/react-native-wifi-hotspot/pull/15 Makes it compile with 0.61

aboozaid commented 4 years ago

Added. I will push this into npm as well

ShivamJoker commented 4 years ago

I think we still have the RNPM issue it's not working with latest version of RN