huynqbibabo / react-native-newrelic

MIT License
8 stars 3 forks source link

Had to use patch-package for #import "RCTConvert.h" #6

Closed ChrisLFieldsII closed 2 years ago

ChrisLFieldsII commented 2 years ago

Hello,

I'm on "react-native": "0.64.2"

In order to build the project, I had to patch #import "RCTConvert.h" to #import "React/RCTConvert.h" in the file ios/RNNewRelic.m

Not sure if others are running into this issue.

IjzerenHein commented 2 years ago

Yes I was as well. I've created a PR for it 👍 #7

nisargdesai15 commented 2 years ago

official newrelic react native agent is available https://docs.newrelic.com/docs/mobile-monitoring/new-relic-monitoring-react-native/monitor-your-react-native-application/

ChrisLFieldsII commented 2 years ago

official newrelic react native agent is available https://docs.newrelic.com/docs/mobile-monitoring/new-relic-monitoring-react-native/monitor-your-react-native-application/

awesome! thanks for the update