Use expo go while using react-native-nfc-manager

Hi there, I´m starting to develop an app where we have to use nfc. As far as I know it is not provided in expo go. But I would like to use expo go to develop the rest of the app. Is there a way to let expo go ignore the files wit nfc manager?

Hi @katja.kirchhofer

No, it’s impossible to use modules like this in Expo Go because Expo Go does not include the necessary native code. But! You can build a custom development client, which is basically like Expo Go that is customised for your project. i.e. it has all of the dependencies from your package.json built in.

See the following: Development Builds - Introduction