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
- Host: GitHub
- URL: https://github.com/kernel-sqz/react-native-user-form
- Owner: kernel-sqz
- License: mit
- Created: 2022-11-07T16:31:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T23:56:11.000Z (over 3 years ago)
- Last Synced: 2025-07-30T07:40:30.140Z (11 months ago)
- Topics: cross-platform, form, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 787 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

## 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/)