Skip to content

Commit

Permalink
react-native-5.0.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
SurvicatePawelGodlewski authored Dec 6, 2024
1 parent 476e2cc commit a92dca3
Show file tree
Hide file tree
Showing 4 changed files with 725 additions and 1,557 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation ('com.survicate:survicate-sdk:5.4.0')
implementation ('com.survicate:survicate-sdk:5.5.0')
}

if (isNewArchitectureEnabled()) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@survicate/react-native-survicate",
"title": "React Native Survicate Bindings",
"version": "5.4.0",
"version": "5.5.0",
"description": "React Native bindings for Survicate Mobile SDK",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@types/jest": "^29.5.4",
"@types/react": "^18.2.21",
"@types/react-test-renderer": "^18.0.1",
"expo": "^51.0.5",
"expo": "^52.0.15",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-builder-bob": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion react-native-survicate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "Survicate", "5.4.0"
s.dependency "Survicate", "5.5.0"
# ...
# s.dependency "..."

Expand Down
Loading

0 comments on commit a92dca3

Please sign in to comment.