An open API service indexing awesome lists of open source software.

https://github.com/kernel-sqz/react-native-user-form

React-Native register user in database form
https://github.com/kernel-sqz/react-native-user-form

cross-platform form javascript react-native

Last synced: about 2 months ago
JSON representation

React-Native register user in database form

Awesome Lists containing this project

README

          

# React-Native user example form

Basic form created in react-native with support for PESEL and NIP validation.

## Installation

Use expo to run or build app.

Run dev instance:
```bash
expo start
```
In case of error execute:
```bash
export NODE_OPTIONS=--openssl-legacy-provider
```
## Scan in Expo Go:

![alt text](https://github.com/kernel-sqz/React-Native-User-form/blob/main/assets/expo_qr.png?raw=true)

## TODO
~~For now support for picture preview is only on mobile devices. This is caused by different file naming, and properties on mobile devices and browsers.~~
Done in latest commit
## License

[MIT](https://choosealicense.com/licenses/mit/)