@nexara/nativeflow-test
v0.1.7
Published
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
Downloads
3
Maintainers
Readme
@nexara/nativeflow
🚀 Features 🚀
✔️ Stunning, modern UI components 🎨✨
✔️ Fully customizable with props and theming 🎧🎨
✔️ Blazing-fast ⚡ performance
✔️ Strong type safety with TypeScript 🛡️📚
✔️ Smooth animations powered by React Native Reanimated 🎭🌀
📦 Installation 📦
Step 1: Install the packages
Install rn-nativeflow
npm install rn-nativeflowInstall react-native-reanimated
npm install react-native-reanimatedInstall react-native-gesture-handler
npm install react-native-gesture-handlerStep 2: Add Reanimated's Babel plugin
Add react-native-reanimated/plugin to your babel.config.js
babel.config.js
module.exports = {
presets: [
... // don't add it here :)
],
plugins: [
...
'react-native-reanimated/plugin',
],
};Step 3: Clear Metro bundler cache (recommended)
npx expo start -c📚 Documentation 📚
Check out the 📝 full documentation for more details on usage, customization, and API references.
📝 License 📝
This project is licensed under the MIT License. See the LICENSE file for details.
