The best place to look for react native native modules is on Github. There are some directories such as react native directory however I have always found it incomplete and missing many modules out there.
For example, let’s say you want to implement auth in your app and you need a native module for it. You can go to Github and search react native auth
. Prefixing your search with react native
will most often show up a module if it exists.
Great! we found the official auth0
native module react-native-auth0
! Similarly you can search any module/library out there made for react native and use it in your NativeScript app with Open Native.