Skip to content

Mr-khan1100/React-Native-Form

Repository files navigation

Prerequisites

FEATURES OF THE APP:

  • Multi user specific Forms.
  • Based on entered email view you previous form or create new.
  • Each field has its ownn validation on change.
  • Dynamic routing and preventing to navigate on different screen without filling all fields in current scree.
  • Access of the Storage for selecting files like ducuments needed and storing it in blob.
  • Clean folder structure with reuseable components.

Getting Started

1. Clone the Repository

git clone https://github.com/Mr-khan1100/Fresh-News.git
cd your-repo-name

2. Steps to run Project in android

** Install Dependencies** run npm install

make changes in android/gradle.properties to set you java.home path.

run cammand -- cd android && ./gradlew clean && cd ..

npm run android

Alternative manual build

cd android && ./gradlew assembleDebug

3. iOS Setup

Install CocoaPods cd ios && pod install && cd ..

Open Xcode Project open ios/YourProjectName.xcworkspace

iOS Release Build

In Xcode:

Select "Generic iOS Device" as target Product > Archive Follow distribution workflow

About

navigation handling on tab screen with form validation and state management with user session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published