- That means, no using
rn-nodeify
nor runningpod install
.
I based the development process off of Solana's "Building Solana Mobile dApps with Expo", their codebase and this draftbit polyfills demo.
Let's get down to business:
- You want to modify
metro.config.js
to resolve any extraNodeModules, which are not default included in the react-native environment. It'll look something like this: