Skip to content

Commit 794fc82

Browse files
committed
released v4.0.3
1 parent c2ada90 commit 794fc82

File tree

9 files changed

+17
-640
lines changed

9 files changed

+17
-640
lines changed

example/base/ios/Podfile.lock

Lines changed: 0 additions & 627 deletions
This file was deleted.

example/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/base",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@react-native-camera-roll/camera-roll": "5.3.1",
14-
"@uiw/react-native": "4.0.2",
15-
"@uiw/react-native-image-picker": "4.0.2",
14+
"@uiw/react-native": "4.0.3",
15+
"@uiw/react-native-image-picker": "4.0.3",
1616
"react": "18.0.0",
1717
"react-native": "0.69.7",
1818
"react-native-gesture-handler": "2.8.0",

example/examples/ios/examples.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@
486486
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487487
CLANG_ENABLE_MODULES = YES;
488488
CURRENT_PROJECT_VERSION = 1;
489+
DEVELOPMENT_TEAM = R52P9T2Q2Z;
489490
ENABLE_BITCODE = NO;
490491
INFOPLIST_FILE = examples/Info.plist;
491492
LD_RUNPATH_SEARCH_PATHS = (
@@ -498,6 +499,7 @@
498499
"-lc++",
499500
);
500501
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
502+
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = org.reactjs.native.example.examples9;
501503
PRODUCT_NAME = examples;
502504
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
503505
SWIFT_VERSION = 5.0;
@@ -512,6 +514,7 @@
512514
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513515
CLANG_ENABLE_MODULES = YES;
514516
CURRENT_PROJECT_VERSION = 1;
517+
DEVELOPMENT_TEAM = R52P9T2Q2Z;
515518
INFOPLIST_FILE = examples/Info.plist;
516519
LD_RUNPATH_SEARCH_PATHS = (
517520
"$(inherited)",
@@ -523,6 +526,7 @@
523526
"-lc++",
524527
);
525528
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
529+
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = org.reactjs.native.example.examples9;
526530
PRODUCT_NAME = examples;
527531
SWIFT_VERSION = 5.0;
528532
VERSIONING_SYSTEM = "apple-generic";

example/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -14,8 +14,8 @@
1414
"@react-native-community/masked-view": "~0.1.11",
1515
"@react-navigation/native": "~6.0.11",
1616
"@react-navigation/stack": "~6.2.2",
17-
"@uiw/react-native": "4.0.2",
18-
"@uiw/react-native-image-picker": "4.0.2",
17+
"@uiw/react-native": "4.0.3",
18+
"@uiw/react-native-image-picker": "4.0.3",
1919
"react": "18.0.0",
2020
"react-native": "0.69.7",
2121
"react-native-gesture-handler": "~2.5.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.2",
2+
"version": "4.0.3",
33
"packages": ["example/*", "packages/*", "website"],
44
"npmClient": "yarn",
55
"npmClientArgs": ["--production", "--no-optional"],

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "UIW for React Native",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"main": "lib/index.js",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native-doc",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"license": "MIT",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"repository": {

packages/react-native-image-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native-image-picker",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "基于 React Native 的上传图片组件",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"main": "lib/index.js",
@@ -30,7 +30,7 @@
3030
"@shopify/restyle": "~2.4.2",
3131
"@types/react-native": "0.69.1",
3232
"@uiw/icons": "2.5.3",
33-
"@uiw/react-native": "4.0.2",
33+
"@uiw/react-native": "4.0.3",
3434
"ahooks": "3.7.6",
3535
"prop-types": "15.7.2",
3636
"react-native-image-picker": "^5.3.1",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Documentation site for React Native UIW.",
55
"private": true,
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"@uiw/icons": "2.5.3",
2121
"@uiw/react-code-preview": "3.0.0",
2222
"@uiw/react-markdown-preview": "^4.1.6",
23-
"@uiw/react-native": "4.0.2",
23+
"@uiw/react-native": "4.0.3",
2424
"@uiw/react-native-template": "3.0.0",
2525
"@uiw/reset.css": "~1.0.6",
2626
"@validator.tool/hook": "2.2.4",

0 commit comments

Comments
 (0)