I'm following this guide for adding AsyncStorage to my React Native app. I'm using react native v0.63.4, but I'm using a Mac, so I'm wondering whether the manual linking that they cite for MacOS at the bottom is something I have to do. For instance, in the manual linking guidelines it says to add a line for AsyncStorage in your podfile, and when I just did npm i...
and pod install
, there was no line added to my podfile. Do I have to do this manual linking?