apptentive / apptentive-react-native

Apptentive SDK module for React Native
https://learn.apptentive.com/article-categories/react-native/
BSD 3-Clause "New" or "Revised" License
15 stars 19 forks source link

Update example app #223

Closed frankus closed 1 year ago

ChaseApptentive commented 1 year ago

Did you test out the android version? I can't seem to run it.

chaseolson@Chases-MBP apptentive-react-native % npm install apptentive-react-native --save
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: apptentive-react-native@6.1.0
npm ERR! Found: react@16.13.1
npm ERR! node_modules/react
npm ERR!   dev react@"16.13.1" from the root project
npm ERR!   peer react@"*" from apptentive-react-native@6.0.9
npm ERR!   node_modules/apptentive-react-native
npm ERR!     apptentive-react-native@"*" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"17.0.1" from react-native@0.64.1
npm ERR! node_modules/react-native
npm ERR!   dev react-native@"0.64.1" from the root project
npm ERR!   peer react-native@"*" from apptentive-react-native@6.0.9
npm ERR!   node_modules/apptentive-react-native
npm ERR!     apptentive-react-native@"*" from the root project
frankus commented 1 year ago

I did test it and was able to run it, but I should try again with as "clean" an environment as I can.