You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, once I have the library installed and when I distribute the build to test flight my application is crashing on the screen I'm importing the library. Older versions I tried 12.4, 12.8, and 13 they work well.
I'm using
react-native 64
react-native-barcode-builder": "^2.0.0",
and here is how I use it :
import Barcode from 'react-native-barcode-builder';
Hey guys, once I have the library installed and when I distribute the build to test flight my application is crashing on the screen I'm importing the library. Older versions I tried 12.4, 12.8, and 13 they work well.
I'm using
react-native 64
react-native-barcode-builder": "^2.0.0",
and here is how I use it :
import Barcode from 'react-native-barcode-builder';
}
I did try with normal type or with EAN13 or without flat but nothing is helping. I cannot see the error because the application is turning off.
The text was updated successfully, but these errors were encountered: