A carousel written in React Native to reproduce: https://twitter.com/EylamF/status/1224045293785583616
- A solid environement with Node.js (
v8.10
or newer) - A terminal like iTerm
- A powerful IDE like Visual Studio Code
- The unique iOS IDE Xcode
- React Native
0.61.x
, a framework to build native mobile apps using JavaScript and React
- Install React Native as described at https://reactnative.dev/docs/environment-setup
- Clone this repository
- Run
yarn
ornpm install
, all required components will be installed automatically - Copy and paste your font files into an
assets
folder. (the fontProxima Nova
is required) - Run
react-native link
- Run
pod install
from./ios
folder - Start Xcode and open generated
AppH4.xcworkspace
No steps required.
It is recommended to run react-native start
command from root project directory.
(Otherwise, run your project from Xcode (Cmd+R
) for iOS, or use react-native run-android
to run your project on Android.)
π₯³ Tada, the project is running:
Want to hack on workshop-hetic-react-native
? Awesome! We welcome contributions from anyone and everyone. π
- Fork this repository to your own GitHub account and then clone it to your local device
- Install dependencies using Yarn:
yarn
- Ensure that the tests are passing using
yarn test
- Send a pull request π
Remember to add tests for your change if possible. οΈ
If you have any questions, feel free to get in touch on Twitter @Leo_LeBras or open an issue.
If you have any questions, feel free to open an issue. Please see the Getting Started guide for React Native before submitting an issue.