Skip to content

imroshan12/React-Native-Custom-Features

Repository files navigation

React Native Feature-Rich Boilerplate 🚀

A customizable React Native boilerplate designed to help developers implement advanced features like navigation, infinite scrolling with carousel, and smooth animations with ease. The goal is to serve as a scalable foundation for building production-ready apps.


✨ Features Covered (Ongoing)

  • 🔁 Navigation Stack with custom transitions
  • 🧭 Drawer Integration
  • ♻️ Infinite Scrolling Lists with optimized FlatList usage
  • 🎠 Carousel Integration (auto-swiping)
  • 🎬 Animations using Animated API
  • 🧩 Clean architecture for easy feature expansion

⚙️ Project Setup

Prerequisites

  • Node.js >= 16.x
  • npm or yarn
  • React Native CLI
  • Xcode (for iOS development)
  • Android Studio (for Android development)

🔧 Installation

git clone https://github.com/your-username/react-native-feature-boilerplate.git
cd react-native-feature-boilerplate
npm install
# or
yarn

📱 Running the App

iOS

npx pod-install ios
npx react-native run-ios

Android

npx react-native run-android

🤝 Contributing

This boilerplate is meant to grow over time. Pull requests for new features or improvements are welcome! Please open an issue first to discuss what you would like to change.

About

In this module I will dive deep into understanding and applying animations in React Native.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published