Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListView has been removed from React Native. #42

Open
dj1993cse opened this issue Sep 5, 2019 · 1 comment
Open

ListView has been removed from React Native. #42

dj1993cse opened this issue Sep 5, 2019 · 1 comment

Comments

@dj1993cse
Copy link

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:->
Capture4

@amrs-tech
Copy link

amrs-tech commented Sep 17, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants