huynqbibabo / react-native-newrelic

MIT License
8 stars 3 forks source link

Package exports are undefined. #2

Closed ricbermo closed 3 years ago

ricbermo commented 3 years ago

Hello there,

I'm trying to use this package but I'm seeing some things that look off.

  1. In your Usage section, you're importing from react-native-newrelic but your package's name is @bibabovn/react-native-newrelic I assume this is not correct and the README must be updated.
  2. You're setting main in your package.json to some undefined location lib. This is causing that the imports are undefined.

How can I help?

Cheers,

ricbermo commented 3 years ago

for future readers: use this import * as NewRelic from '@bibabovn/react-native-newrelic'; and refer to src/index to see what's been exported.