I am new to React Native development (for Android and iOS).
I am trying to transfer data between 2 mobile devices in offline mode (WiFi, Bluetooth or something else. QR codes no due to the data size limitations)
I found a good library react-native-wifi-and-hotspot-wizard
and react-native-wifi-hotspot
but it only supports Android, not iOS.
I am looking for a cross-platform (Android and iOS) data transfer library that can between 2 devices in offline mode.
Can anyone please suggest a library or some code tips?