Skip to content

chunghaw-tsengfang/anime-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

anime-tracker

React Native Created Application

Overview

The current application is written in React Native CLI rather than Expo CLI due to the limitations of the CLI.

  • Expo CLI - Easier to use for beginners, it has a lot of tools built around react native. But with Limitations
  • React Native CLI - Good for people with experience developing applications

Quick start

To create new React Native appication

    react-native init "Project Name"
    cd "Project Name"
    react-native run-android

Debugging

To debug the react-native application, you can remotely debug the js using chrome developing tools by accessing React Native Debugger after the application is running. In other for this to work, you need to enable Debug JS Remotely from the phone by shaking and selecting it.

Learning UI Flex

Resources avaliable Flex Playgorund Tips on Flex React Native

Adding navigation

To add navigation some packages need to be installed

    npm install --save react-navigation
    yarn add react-native-gesture-handler

    yarn add react-navigation-stack

Tips

Good Practices React-Native

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published