After updating to React Native 0.60 the header linking does no longer work.
0.60
I\'m having problems linking from the React library during buil
React library
It took me 3 hours. Finally I found the solution:
Use specific version 1.1.0 by running the command:
npm install react-native-image-resizer@1.1.0
Then run the command:
cd ios && pod install