I am trying to link the @segment/analytics-react-native
library in my iOs react-native
project.
I followed these two steps given in their docs.
yarn add @segment/analytics-react-native
yarn react-native link
However the yarn react-native link
step doesn't seem to work, as all it does is add a pod in the podfile, and modify some android project files that I don't need.
The project.pbxproj
file is showed as modified but when I inspect it inside vs code
, the only thing it does in that file is removing a line
.
Please explain why is this happening