Custom React Native npm package dependencies not installing automatically
I’ve created a custom React Native npm package with native code and dependencies like react-native-app-auth
, @react-native-async-storage/async-storage
, and @react-native-community/netinfo
, listed under dependencies
in custom npm package.json
.
Custom React Native npm package dependencies not installing automatically
I’ve created a custom React Native npm package with native code and dependencies like react-native-app-auth
, @react-native-async-storage/async-storage
, and @react-native-community/netinfo
, listed under dependencies
in custom npm package.json
.
react-native-highlight-words package is not highlighting apostrophe (” ‘ “)
I am using the react-native-highlight-words package to highlight the matching search result, when I encounter words with apostrophe eg: l’areal, mommy’s etc, these are not getting highlighted. words with other special characters are getting highlighted.