Skip to content

ICeZer0/NativeAuthApp

Repository files navigation

A React Native application with authentication flows built in.

Supported Platforms

  • iOS 8+
  • Android (API 19+)

Install

> npm install

After installing, you need to build the project

Build

> npm run start

keep the terminal tab open and navigate to http://localhost:8081/

In a new tab run the app for your device

Run Android

> npm run android
uninstall old app
> adb uninstall com.appName

Run iOS

> npm run ios

Troubleshooting

After upgrading react-native, you may have stale dependencies in ios.

cd ios
delete Podfile.lock
pod deintegrate && pod install
Navigate back to package.json directory
run react-native run-ios
In Xcode you can build your project again too

pod install --repo-update


Donations

If you've found this repository helpful please consider donating. It will help to fund more projects like this Donate with PayPal

About

A React Native application with authentication flow built in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published