Skip to content

vickyneosoft/Vicky_Ahuja-reactnative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vicky_Ahuja-reactnative

UPayments app shows products, let users to filter products based on category, and allow to add new product.

Features

  • Re-useable custom components
  • Validate product details before submitting
  • Loading and Error state management
  • Redux ToolKit for global state management

Tech

This app uses a number of open source projects to work properly:

  • React - A JavaScript library for building user interfaces
  • React Native - lets you create truly native apps and doesn't compromise your users' experiences.
  • VS Code - awesome text editor

And of course Dillinger itself is open source with a [public repository][dill] on GitHub.

Installation Using NPM package manager

This app requires React Native Setup to run.

Install the dependencies and devDependencies and start the server.

cd <project_name>
npm i
npx react-native run-android -> To Run app on android device or emulator
npx react-native run-ios -> To Run app on ios device or emulator

Installation Using Yarn package manager

This app requires React Native Setup to run.

Install the dependencies and devDependencies and start the server.

cd <project_name>
yarn install
yarn android -> To Run app on android device or emulator
yarn ios -> To Run app on ios device or emulator

Plugins

This app is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin Website / Repo Link
React Navigation https://reactnavigation.org/
Formik https://formik.org/docs/guides/react-native

License

MIT

Free Software, Hell Yeah!

About

UPayments app demo React Native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors