Doesn't work with expo 47 on android 1) npx create-expo-app my-app && cd my-app 2) npm i react-native-barcode-expo 3) put example code ``` import Barcode from 'react-native-barcode-builder'; <Barcode value="Hello World" format="CODE128" /> ``` <img width="233" alt="Screenshot 2023-01-14 at 17 45 30" src="https://user-images.githubusercontent.com/108742914/212480479-8effc1d5-3662-4e50-86b1-6a51bf7333d2.png">
Doesn't work with expo 47 on android