NoemiRozpara / pawstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pawstore 🐾

⚠ Warning! for now the repository wasn't integrated to use on Android

This repository is a sample React Native app with usage of following APIs:

  • React Navigation
  • React Native Navigation
  • React Animated
  • React Reanimated

screenshot

APIs are splitted on branches, so every branch show only neccessary changes.

Contents:

Usage

App was bootstrapped using standard react-native init. As Reanimated, React Native Gesture Handler, React Navigation and React Native Navigation manipulate native modules in some way, most checkouts between branches require app rebuild. So after every checkout do the following:

yarn 
react-native link 
react-native run-ios 

If you have required dependencies installed and linked and just want to run app again, use:

yarn start

All additional changes mentioned in documentations (especially React Native Navigation integration) are already included in this repo, no need to do anything else.

About


Languages

Language:JavaScript 35.7%Language:Objective-C 27.9%Language:Python 26.9%Language:Java 9.5%