I find this component “react-native-android-wifi” and it will be great.
I understand that I have to “eject” my expo project after install and link my component.
All these steps are ok.
But when i try my app with expo start, it’s not working yet. I don’t understand my mistake.
I need help please.
As you indicated, you’ll need to access to native code so you’ll want to use the Bare workflow or ExpoKit. The Bare workflow is a much better experience but at the moment you would lose Expo’s OTA update functionality.
Once you’ve linked your library, you’ll run expo start and then build the app either in Xcode or Android Studio. Once it’s built it will fetch the JS bundle being served from the CLI.
If you are running into issues with that, please explain in detail exactly what is happening.