I'm using React Native 0.60.5 and am linking this module. It says that for React Native 0.60+, "CLI autolink feature links the module while building the app", so all we need to run is yarn add @react-native-community/async-storage
.
However, on the main page describing autolinking it says that we need to run:
yarn add @react-native-community/async-storage
cd ios && pod install && cd ..
What I Want To Know:
Do we have to run pod install
for all native modules with React Native 0.60+?