Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: support React Native versions over 0.33
  • Loading branch information
sondremare committed Mar 8, 2017
commit 061ef485cad19965c34c9bb775a7593d397b8366
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ android {
}

dependencies {
compile 'com.facebook.react:react-native:0.33.+'
compile 'com.facebook.react:react-native:+'
}