Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ Let us know! We'd love to help ensure everything flows smoothly and help you ach

## ChangeLog

### v.3.7.1
- android photo picker added

### v.3.7.0
- image upload support

Expand Down
2 changes: 1 addition & 1 deletion RNTheoremReach.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'RNTheoremReach'
spec.version = '3.7.0'
spec.version = '3.7.1'
spec.summary = 'Monetize your users through rewarded surveys!'
spec.homepage = 'https://theoremreach.com'
spec.platform = :ios, "9.0"
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.theoremreach:theoremreach:3.5.6'
implementation 'com.theoremreach:theoremreach:3.5.7'
}

2 changes: 1 addition & 1 deletion ios/RNTheoremReach.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'RNTheoremReach'
spec.version = '3.7.0'
spec.version = '3.7.1'
spec.summary = 'Monetize your users through rewarded surveys!'
spec.homepage = 'https://theoremreach.com'
spec.platform = :ios, "9.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theoremreachnpm/react-native-theoremreach",
"version": "3.7.0",
"version": "3.7.1",
"description": "Monetize your users through rewarded surveys!",
"main": "index.js",
"scripts": {
Expand Down