Linking Libraries
First, react React Native's documenation about Libraries Linking
Pods
Since we suggest using Cocoapods, most of your native-linked libraries will be added to ios/Podfile
Important to remember to run cd ios && pod install every time, after running react-native link
