HBiede
HBiede
I would certainly love to see this issue resolved
I agree that converting to `react-native-safe-area-context` seems like the best move here. The developer of `react-native-iphone-x-helper` themselves even says to make the move because that package is dead.
> Hi guys @hbiede @swey @samuelbeaulieu and @ryskin, > > For now we had changed to a fork of original `react-native-iphone-x-helper` called `react-native-iphone-screen-helper` that has the same API and nothing...
This is an important update for the sake of the deprecated output setting
We solve this with the following: `package.json`: ``` ... "\\.(eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/jest/fileMock.js", "\\.(jpg|jpeg|png|gif)$": "/jest/imageMock.js", ... ``` `/jest/fileMock.js` ``` // Used to mock non-image files in Jest tests that can sometimes fail...
I think this is solved
I believed them to be solved at the time in the sense that this package was supposedly slated for deprecation and removal. That seemingly never happened
I was told that the expo wrapper would be deprecated and that the react-native-vector-icons would support those values