
dependencies": {
"react": "16.13.1",
"react-native": "0.63.0",
"react-native-image-picker": "^2.3.2",
"tflite-react-native": "0.0.5"
target 'TFDemo' do
pod 'TensorFlowLite', '1.12.0'
config = use_native_modules!
/**
Hey Folks ,
I'm facing this issue . Is this a bug or i'm missing any things

dependencies": { "react": "16.13.1", "react-native": "0.63.0", "react-native-image-picker": "^2.3.2", "tflite-react-native": "0.0.5"target 'TFDemo' do
pod 'TensorFlowLite', '1.12.0'
config = use_native_modules!
/**
*/
module.exports = {
resolver: {
assetExts: ['tflite', 'txt']
}
}
Hey Folks ,
I'm facing this issue . Is this a bug or i'm missing any things