I'm use react-native 0.62 that use autolinking i would like to know if there is a way to auto linking just for android or just for ios.
My real problem is that i use react-native-firebsae with react-native-push-notification for sending local notification, and i need 'react-native-push-notification' just for android.
After i yarn add 'react-native-push-notification' and do pod install my IOS show the error "Invarian Violation: Native module cannot be null". Thank you in advance