Question: Unable to link with react-native push notification #24480
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
I was trying to import push notification library for my project.
I first run react-native link react-native-push-notification after installing the package from npm, there wasn't any message shown. Followed by running the command, react-native link. Screenshot below is the error message - Cannot read property 'pbxprojPath' that I encountered.
![57444644_351704535690917_8508320661368733696_n](https://user-images.githubusercontent.com/26452088/56259238-eb7b4a80-6104-11e9-8b5c-11dd722183cc.png)
So I referred to the solution provided in React Native issues page.Then I run react-native upgrade and here it gives me another error message.
![57016881_611014016033982_6900597678149730304_n](https://user-images.githubusercontent.com/26452088/56259242-ee763b00-6104-11e9-94e5-2f97c1a2c7d5.png)
Here is my react-native version.
![WhatsApp Image 2019-04-17 at 11 01 53](https://user-images.githubusercontent.com/26452088/56259245-f2a25880-6104-11e9-82a0-bd824d452818.jpeg)
![WhatsApp Image 2019-04-17 at 11 01 26](https://user-images.githubusercontent.com/26452088/56259251-f7670c80-6104-11e9-809d-e53c806d5e59.jpeg)
The text was updated successfully, but these errors were encountered: