📄️ All Modules
All the methods like onPress, onLongPress, onStart, onResume, onPause and onEnd in framework has access to moduleParams parameter that has all the available modules.
📄️ Navigation
Nano framework has inbuilt navigation that uses react-navigation.
📄️ Device Info
Nano framework has inbuilt deviceInfo module that uses react-native-device-info.
📄️ Route
Nano framework has inbuilt route that comes from react-navigation.
📄️ Session
Nano framework has inbuilt session module, it helps to store key-value information in app session that gets cleared when app closed/killed.
📄️ Database
Nano framework has inbuilt database module that uses realm.
📄️ Theme
Nano framework has inbuilt theme module, it helps you load your themes right away.
📄️ Toast
Nano framework has inbuilt toast that uses react-native-toast-message.