You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
On expo projects, it doesn't make much sense to have a dependency on react-native-netinfo/react-native-netinfo ( poorly maintained ) when there's a better alternative from expo's oficial libs ( expo-network )
Describe the solution you'd like
mark dependencies as optional ( similar to expo-application ) so the consumer can decide which dependency to opt in for
Describe alternatives you've considered
patching the package manually to consume expo-network directly
Additional context
For expo project and latest react native, the new architecture is enabled by default, currently react-native-netinfo/react-native-netinfo does not supports the new architecture
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
On expo projects, it doesn't make much sense to have a dependency on
react-native-netinfo/react-native-netinfo
( poorly maintained ) when there's a better alternative from expo's oficial libs ( expo-network )Describe the solution you'd like
mark dependencies as optional ( similar to expo-application ) so the consumer can decide which dependency to opt in for
Describe alternatives you've considered
patching the package manually to consume expo-network directly
Additional context
For expo project and latest react native, the new architecture is enabled by default, currently
react-native-netinfo/react-native-netinfo
does not supports the new architectureThe text was updated successfully, but these errors were encountered: