qonversion / react-native-sdk

React Native SDK for cross-platform in-app purchase and subscription infrastructure, revenue analytics, engagement automation, and integrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-native linking deprecation warning

6lackcoral opened this issue · comments

commented

Hello, and happy new year 🥳 ! I am not really sure if this is an issue but here it is.

When running the command npx react-native link react-native-qonversion from https://documentation.qonversion.io/docs/react-native-sdk, I get the following warning:

$ npx react-native link react-native-qonversion
warn Calling react-native link [packageName] is deprecated in favor of autolinking. It will be removed in the next major release.
Autolinking documentation: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
info Linking "react-native-qonversion" iOS dependency
info iOS module "react-native-qonversion" has been successfully linked
info Linking "react-native-qonversion" Android dependency
info Android module "react-native-qonversion" has been successfully linked

Is this something to look out for ?

Thank you.

Hi, @pixarfilmz112
That is the warning related to npx react-native link. You could check this link for more info 😊