[/] I have read an installation guide
[/] I know that for an iOS I need to install pods because I've read the installation guide
[/] I have read a linking guide and checked that everything is OK like in manual linking guide
[/] I know that before using tipsi-stripe I need to set options for my app as described in usage guide
The docs describe how to link automatically using react-native link command and manually as describe. But with the new react-native it already have the auto-linking and when you build your app an error message would appear:
error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
- tipsi-stripe (to unlink run: "react-native unlink tipsi-stripe")
The build is still fine and it works as it is but maybe you can support the feature of autolinking?
tipsi-stripe version: ^7.5.1
any update here?
I was thinking the same, since I need to implement this in my app. The docs explicitly say to link it, so I'll probably do it anyway, but since RN 0.60 the autolinking should be implemented in this library.
Has there been any updates on this?
Given this message: warn Calling react-native link [packageName] is deprecated in favor of autolinking. It will be removed in the next major release.
Should this be reopened?
Most helpful comment
I was thinking the same, since I need to implement this in my app. The docs explicitly say to link it, so I'll probably do it anyway, but since RN 0.60 the autolinking should be implemented in this library.