https://github.com/software-mansion-labs/reanimated-parallax
https://github.com/software-mansion-labs/reanimated-parallax
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/software-mansion-labs/reanimated-parallax
- Owner: software-mansion-labs
- Created: 2023-11-10T11:20:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T11:31:40.000Z (over 1 year ago)
- Last Synced: 2025-02-03T12:48:29.676Z (4 months ago)
- Language: JavaScript
- Size: 1.64 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎥 How to Make a Sensor-Based Parallax Effect in React Native
This repository contains the source code of a project used in the [How to Make a Sensor-Based Parallax Effect in React Native](https://www.youtube.com/watch?v=ExnJCyh-zVA) video on Software Mansion's [YouTube channel](https://www.youtube.com/@SoftwareMansion).
You can use this code to follow along the video or compare your code with the final solution.
## Running the project
Clone the repository onto your computer:
```sh
git clone https://github.com/software-mansion-labs/reanimated-parallax.git
```Checkout into the project folder:
```sh
cd reanimated-parallax
```Install the packages with `npm`:
```sh
npm install
```And, start the projectL:
```sh
npm run start
```You may use your phone to test the app via [Expo Go](https://docs.expo.dev/get-started/expo-go/) app, or run the project locally using iOS simulator or Android emulator.