https://github.com/zaprogrammer/quesionnaire-app
https://github.com/zaprogrammer/quesionnaire-app
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaprogrammer/quesionnaire-app
- Owner: zaprogrammer
- Created: 2022-04-12T19:55:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T19:56:25.000Z (about 4 years ago)
- Last Synced: 2025-03-16T11:41:35.662Z (over 1 year ago)
- Language: TypeScript
- Size: 253 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Questionnaire app
A demonstration application that fetches data from an API and displays it nicely in a list, using navigation too to detailed view.
### Project preparation
* Go to the project folder,
* open a terminal window and type ```yarn install``` to install packages dependencies.
### How to run the app
Type ```expo start``` or ```yarn start``` in the command line to start the expo interface to run the app on simulator or
real devices.
### Running into issues
#### Network issues:
As the provided API url is not encrypted using SSL, you have to follow step 1 in the below url
For iOS
=> [1. Add App Transport Security exception](https://reactnative.dev/docs/integration-with-existing-apps#1-add-app-transport-security-exception)
For Android
=> [usesCleartextTraffic](https://developer.android.com/guide/topics/manifest/application-element#usesCleartextTraffic)