Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 |
Expand All @@ -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) |