react-native-safe-area icon indicating copy to clipboard operation
react-native-safe-area copied to clipboard

Native module can not be null error during using pods

Open sumanlamsal opened this issue 7 years ago • 2 comments

sumanlamsal avatar Jan 04 '19 04:01 sumanlamsal

@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.

rohity821 avatar Jan 14 '19 10:01 rohity821

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

miyabi avatar Mar 07 '19 03:03 miyabi