You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I too face this same issue. Is there anyway to override this to run the app normally ?
Or else is there any fix for this issue to get solved, because I think it is due to the KeyboardAwareScrollView used as dependencies here. Please maintainers (or) collaborators do approve PR #39 I guess that might solve this issue.
package.json:->
{
"name": "FormBuilderApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"native-base": "^2.13.7",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-form-builder": "^1.0.16"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.3.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}
Error ScreenShot:->
The text was updated successfully, but these errors were encountered: