|
Hello, I noticed that in the instructions, even for a react-native project that is not built on expo, it still requires the use of various expo packages. Is this actually the case? Was looking to integrate, but don't really want to add all the expo packages mentioned just to support this. |
Replies: 1 comment
|
Sorry for a late response, we've been mostly tracking discussions on discord and gh issues up until this point, so we simply didn't notice it. Regarding the packages – they are required for fingerprinting purposes, so it's quite difficult to work around them. The one you could replace with something you're already using is @react-native-async-storage/async-storage, but it purely depends on whether you already have some kind of storage in your app. Apart from that, if you have react-native-device-info you will also be able to drop the expo counterpart soon |
Sorry for a late response, we've been mostly tracking discussions on discord and gh issues up until this point, so we simply didn't notice it.
Regarding the packages – they are required for fingerprinting purposes, so it's quite difficult to work around them. The one you could replace with something you're already using is @react-native-async-storage/async-storage, but it purely depends on whether you already have some kind of storage in your app. Apart from that, if you have react-native-device-info you will also be able to drop the expo counterpart soon