Installation
Install the package and native peer dependencies required by the component system.
Package
npm install @sohantalukder/rn-kitPeer Dependencies
Install the core peers in the consuming React Native application. Image and bottom sheet components are implemented internally and do not require FastImage or Gorhom Bottom Sheet.
npm install \
react-native-gesture-handler \
react-native-reanimated \
react-native-safe-area-context \
react-native-svg- Image, Avatar, and PhotoCarousel use the internal Image component backed by React Native Image.
- The global bottom sheet manager uses the internal React Native bottom sheet host mounted by UiPortalProvider.
- React Native Image does not include FastImage-style native cache controls.
- React Navigation is not required; apps that use it can pass navigationTheme from useTheme to their navigator.
- Follow each native dependency setup guide in the consuming app.