Skip to content

This application is basic setup of type script with react-native, having feature signup, login and show images in swiper card.

Notifications You must be signed in to change notification settings

Reactongraph/react-native-typescript-setup

Repository files navigation

react-native-typescript-setup

This application is basic setup of type script with react-native, having feature signup, login and show images in swiper card.

Preview

signup loginpreview dashboard

Main technologies used

Running the project

  • Clone this project
git clone < project-url.git >

Yarn is a dependency manager built by facebook and google. It is a more efficient and reliable (thanks to yarn.lock) alternative of npm.

  • Launch yarn command in a terminal opened in the project folder.

This command will look into the package.json file and install all the dependencies listed here.

yarn global add react-native-cli

Android steps

If you have never installed any android virtual device, follow those instructions

  • Then, run the project in executing on your project folder:
react-native run-android

IOS steps

  • Download Xcode on your Mac.

  • Open Project on Mac by double click on <yourproject/ios/.xcodeproj> file -Project can directly run from xCode or run following command.

  • Run project on ios react-native run-ios

Start react native packager

yarn start

Run typescript compiler.

yarn tsc

About

This application is basic setup of type script with react-native, having feature signup, login and show images in swiper card.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published