Skip to content

Commit

Permalink
v0.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Apr 9, 2018
1 parent ca844d5 commit 3d45ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-device-info",
"version": "0.21.4",
"version": "0.21.5",
"description": "Get device information using react-native",
"main": "deviceinfo.js",
"typings": "./deviceinfo.d.ts",
Expand Down

3 comments on commit 3d45ba5

@kikoseijo
Copy link

@kikoseijo kikoseijo commented on 3d45ba5 May 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has lost the Remove deprecated React pod dependency thats been added on version 0.21.1

And its the one being installed by default.

😅

@machour
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you read the changelog ?

0.21.5
Rolled back the Pod change made in 0.21.1

@todorone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@machour May i ask You what's the reason behind this rolling back? Now we can't just add one line to Podfile to set up library for iOS because of React dependency conflict.

Please sign in to comment.