miyabi/react-native-safe-area

Native module can not be null error during using pods

Opened this issue · 2 comments

Native module can not be null error during using pods

@sumanlamsal were you able to solve this issue? Facing the same issue.
What is the other way to get safe-area insets on react-native?
Update:
I solved the issue by manually linking RNSafeArea.xcodeproj to my xcodeproject and adding RNSafearealib.a to my xcodeproject's link binary with library.

@sumanlamsal @rohity821 I couldn't reproduce the error, but I added some instructions to install using CocoaPods to readme. 357e0b9