Dmitry Timofeev
Dmitry Timofeev
### Current behavior I use Expo, for working plugin @react-native-firebase/[email protected], I add in app.js: `plugins: [ [ "expo-build-properties", { "ios": { "useFrameworks": "static" } } ], "@react-native-firebase/app" ] ` After...
Hi, by the way thank you for your effort Any ideas?
### Steps to reproduce Since February, my React Native app has been broken. Previously, my code was: ``` innertubePromise = Innertube.create({ cache: new UniversalCache(false), generate_session_locally: true, retrieve_player: false, }); ```...