diff --git a/README.md b/README.md index f9c22df..22bc7d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,41 @@ # React-Native-Animations +# Introduction +This repository provides a set of pre-built animations and utilities to enhance the animation capabilities of your React Native applications. Whether you're creating simple transitions or complex, interactive animations, this library aims to simplify the process and make your apps more engaging. + +# Getting Started +# Prerequisites +Install any outside libraries you need +- Node.js +- npm or Yarn +- React Native CLI +- Any third-party libraries or dependencies based on your specific needs + +# Installation +Here are step by step instructions to install the project + +1. Clone the repository: +```git clone https://github.com/redwanul10/React-Native-Animations.git``` + +2. Change into your project directory: +```cd React-Native-Animations``` + +3. Install the project dependencies: +```npm install (node, yarn, etc)``` + +4. Start the development server: +```npm start``` + +5. Run the app on an emulator or physical device: +```npx react-native run-android # Using Android``` +```npx react-native run-ios # Using IOS``` + +# Usage +- Provide instructions here on how to specifically use the application. +- Provide some example code +- Provide some screenshots of sample outputs. + +# Animations React Native Animations is a collection of animations built using React Native | SL | Animation Name | Demo URL | @@ -13,3 +49,6 @@ React Native Animations is a collection of animations built using React Native | 7 | Twitter Like | [link](https://www.youtube.com/shorts/gjePIVVdKYU) | | 8 | Slider | link | | 9 | Shared Element Transition with Add to cart| [link](https://www.youtube.com/shorts/JK-tBDjePaM) | + + +