Files
react-native-jsonschema-form/example/package.json
dependabot[bot] 4e5feab2fa chore(deps): bump react-native from 0.62.2 to 0.62.3 in /example
Bumps [react-native](https://github.com/facebook/react-native) from 0.62.2 to 0.62.3.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/Releases.md)
- [Commits](https://github.com/facebook/react-native/compare/v0.62.2...v0.62.3)

---
updated-dependencies:
- dependency-name: react-native
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 19:44:27 +00:00

33 lines
779 B
JSON

{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/slider": "^3.0.0",
"@rjsf/core": "^2.2.0",
"react": "16.11.0",
"react-native": "0.62.3",
"rjsf-native": "link:../"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}