Little swipping app sample using React Native programming language for creating hybrid apps (for iOS and Android).
This app was developed using Expo XDE and dummy data for cards information. Its aim is to code and practice animations in React Native, learn how to relate Animation Module with PanResponder Module.
Link to project: Swipe App
- Create a new project using Expo XDE
- Install React Native Elements to the project folder
npm install --save react-native-elements
or
yarn add react-native-elements
- Replace App.js for the one in this repository
- Add 'src' folder to your project directory
- Missing back-end functionalities
- Not reloading when pressing 'Get more!' button.
- Expo - Free and open source toolchain built around React Native to help you build native iOS and Android projects using JavaScript and React.
This project is licensed under the MIT License - see the LICENSE.md file for details