-
Notifications
You must be signed in to change notification settings - Fork 140
LogBox isn't available and app crashes #367
Comments
After some investigation, this is my conclusion. Expo Without Expo LogBox import { LogBox } from "react-native"
// prettier-ignore
LogBox.ignoreLogs([
"Require cycle:",
]) Conclusion I suppose that Expo always will support older versions of React Native. Could one suggestion be to make sure only to use feature that Expo supports? |
Thanks for the detailed report! 🎉 We should definitely consider Expo SDK support when enhancing Bowser - but rather than holding non-Expo Bowser apps back, I think it'd be better to condition specific features when there's a conflict. In this case, we could rename |
Thanks! Sounds like a good way to handle this! I'm on it! |
# [5.4.0](v5.3.0...v5.4.0) (2020-09-24) ### Bug Fixes * **expo:** Update references when using Expo -- fixes [#370](#370) ([#371](#371) by [@nonameolsson](https://github.com/nonameolsson)) ([353daf5](353daf5)) * **hooks:** Fix [#274](#274) - Add eslint-plugin-react-hooks ([#369](#369) by [@nonameolsson](https://github.com/nonameolsson)) ([d08a27b](d08a27b)) * **types:** Add types for i18n ([#365](#365) by [@premithk](https://github.com/premithk)) ([91bfad7](91bfad7)) ### Features * **yellowbox:** Use YellowBox with Expo -- fixes [#367](#367) ([#368](#368) by [@nonameolsson](https://github.com/nonameolsson)) ([fb03e55](fb03e55))
🎉 This issue has been resolved in version 5.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What's going on?
It is not possible to start an app generated with Bowser 5.3 and Expo.
Steps to reproduce
ignite new MyApp -b bowser
ignite doctor
results:The text was updated successfully, but these errors were encountered: