react-native-elements / playground

Exploring Possibilities with React Native Elements
https://react-native-elements.js.org
MIT License
19 stars 43 forks source link

Adding Basic test configuration #117

Closed jugshaurya closed 2 years ago

jugshaurya commented 3 years ago

Using

Note

Error

after running npm run test

Screenshot from 2021-04-28 23-51-14

Let me know if someone knows how to remove this error. I tried going through

netlify[bot] commented 3 years ago

Deploy preview for rne-playground processing.

Building with commit b626249377bfe0785cb651921b98b3b5cd1d11a3

https://app.netlify.com/sites/rne-playground/deploys/609542ac10c90300098bb1db

jugshaurya commented 3 years ago

I think we have to upgrade our react scripts to latest version as cra now supports testing library and solve some related bugs.

https://github.com/facebook/create-react-app/releases?after=cra-template%401.1.2

jugshaurya commented 3 years ago

I think we have to upgrade our react scripts to latest version as cra now supports testing library and solve some related bugs.

https://github.com/facebook/create-react-app/releases?after=cra-template%401.1.2

tried, not working! I am getting problem in imports of RNE Components only, rest imports are working fine!

alexkander commented 2 years ago

@jugshaurya, could you solve this issue?

jugshaurya commented 2 years ago

@jugshaurya, could you solve this issue?

Not yet. I need help from maintainers side