deepanshu770
deepanshu770
Can you please add the **icon** and **image** support in ``. It would be very helpful.
I got the same error while setting up my project in new Mac m1 . I am working with old arch. Is there any solution for old arch ? Error...
None of these files exist: * src\assets\mobilefacenet.tflite(.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx) * src\assets\mobilefacenet.tflite 26 | const loadModel = async () => { 27 | const model = await loadTensorflowModel( > 28 | require('../assets/mobilefacenet.tflite') |...
if I add the following lines in `metro.config.js` `const config = { resolver:{ assetExts:['.tflite'] } };` it gives and error Error: Unable to resolve module ./assets/toggle-drawer-icon.png from C:\Users\Deepu\Desktop\ClassMonitor\node_modules\@react-navigation\drawer\lib\module\views\DrawerToggleButton.js: None of...
getting same error in HybridView. HybridObject is working fine. Followed every step mentioned in docs (Only Implemented Android Part cause Windows) here is my example module- https://github.com/deepanshu770/MyModule
Team Please Look after it
Hey @hannojg Sorry for late response, I was quite busy last few day here is the new repo with with modules and app - https://github.com/deepanshu770/nitro-example Here it output of commands...