diff --git a/example/ios/PinwheelRNExample.xcodeproj/project.pbxproj b/example/ios/PinwheelRNExample.xcodeproj/project.pbxproj index e2ba77a..ad2c21c 100644 --- a/example/ios/PinwheelRNExample.xcodeproj/project.pbxproj +++ b/example/ios/PinwheelRNExample.xcodeproj/project.pbxproj @@ -386,8 +386,8 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-PinwheelRNExample-PinwheelRNExampleTests/Pods-PinwheelRNExample-PinwheelRNExampleTests-frameworks.sh", - "${PODS_XCFRAMEWORKS_BUILD_DIR}/double-conversion/double-conversion.framework/double-conversion", - "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( @@ -460,8 +460,8 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-PinwheelRNExample/Pods-PinwheelRNExample-frameworks.sh", - "${PODS_XCFRAMEWORKS_BUILD_DIR}/double-conversion/double-conversion.framework/double-conversion", - "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 96ed8ed..1b2d814 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -531,4 +531,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: ff778269f4fa5cf7771473978c1bd9e68f7c1d32 -COCOAPODS: 1.10.2 +COCOAPODS: 1.11.2 diff --git a/example/package-lock.json b/example/package-lock.json index 6675f1b..2febb39 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -2749,8 +2749,8 @@ } }, "@pinwheel/react-native-pinwheel": { - "version": "file:../pinwheel-react-native-pinwheel-2.3.2.tgz", - "integrity": "sha512-QaHayUM5OV6tKTbUI91joSfkSJG+oOK2siGSrTBC+y2IOfQcDlttK9aVcRXSjNiT7PUp1cdfOLHl2b2pYNjGsw==" + "version": "file:../pinwheel-react-native-pinwheel-2.3.3.tgz", + "integrity": "sha512-fUo4qp6eiMcwHC+KKcnrsZYPkR6HePd5ccNQ4jahE5Ne0VjZIQ1YuNP/2OAnHVyPshKOP7iO6Jna7khqOoDN3g==" }, "@react-native-community/cli-debugger-ui": { "version": "6.0.0-rc.0", diff --git a/example/package.json b/example/package.json index b10e52f..b805a53 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "lint": "eslint ." }, "dependencies": { - "@pinwheel/react-native-pinwheel": "../pinwheel-react-native-pinwheel-2.3.2.tgz", + "@pinwheel/react-native-pinwheel": "../pinwheel-react-native-pinwheel-2.3.3.tgz", "react": "16.13.1", "react-native": "0.66", "react-native-webview": "^10.10.0" diff --git a/package.json b/package.json index fda72e8..a6a7095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pinwheel/react-native-pinwheel", - "version": "2.3.2", + "version": "2.3.3", "type": "module", "description": "Pinwheel React Native SDK", "main": "lib/index.js", diff --git a/pinwheel-react-native-pinwheel-2.3.2.tgz b/pinwheel-react-native-pinwheel-2.3.2.tgz deleted file mode 100644 index 73dd157..0000000 Binary files a/pinwheel-react-native-pinwheel-2.3.2.tgz and /dev/null differ diff --git a/pinwheel-react-native-pinwheel-2.3.3.tgz b/pinwheel-react-native-pinwheel-2.3.3.tgz new file mode 100644 index 0000000..10a4889 Binary files /dev/null and b/pinwheel-react-native-pinwheel-2.3.3.tgz differ diff --git a/src/index.tsx b/src/index.tsx index c35ab67..2d38afe 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,7 +2,7 @@ import React from 'react'; import {WebView} from 'react-native-webview'; import {Linking, Platform, SafeAreaView, StyleSheet} from 'react-native'; -const version = '2.3.2'; +const version = '2.3.3'; const styles = StyleSheet.create({ container: {