Skip to content

Commit

Permalink
Release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rawbee committed Nov 11, 2021
1 parent 7736553 commit 0af8489
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions example/ios/PinwheelRNExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down Expand Up @@ -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 = (
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ff778269f4fa5cf7771473978c1bd9e68f7c1d32

COCOAPODS: 1.10.2
COCOAPODS: 1.11.2
4 changes: 2 additions & 2 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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": "@pinwheel/react-native-pinwheel",
"version": "2.3.2",
"version": "2.3.3",
"type": "module",
"description": "Pinwheel React Native SDK",
"main": "lib/index.js",
Expand Down
Binary file removed pinwheel-react-native-pinwheel-2.3.2.tgz
Binary file not shown.
Binary file added pinwheel-react-native-pinwheel-2.3.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0af8489

Please sign in to comment.