rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
MIT License
2.95k stars 482 forks source link

listrow module not found #425

Open finghtingjie opened 4 years ago

finghtingjie commented 4 years ago

"react-native": "0.61.5", "teaset": "^0.7.1",

bundling failed: Error: Unable to resolve module react-native/Libraries/Pressability/Pressability.js from node_modules/teaset/components/ListRow/TouchableOpacity.js: react-native/Libraries/Pressability/Pressability.js could not be found within the project.

csdwd commented 4 years ago

同样的错误 如何解决呢

silentzone commented 4 years ago

Error: Unable to resolve module `react-native/Libraries/Pressability/Pressability.js react-native-cli: 2.0.1 react-native: 0.61.4 已经解决: 升级到0.62.0 既使用

royhanrahim commented 4 years ago

yeahh I also found it like that..

please repair this bugs, because it really helped me, Thanks.

gcasasbe7 commented 3 years ago

Is this fixed? I am getting the same problem and I am unable to run the project @finghtingjie @csdwd @silentzone @royhanrahim

Thanks in advance!