Skip to content

Commit 3501c8e

Browse files
committed
Bump to 5.3.0
1 parent 63409cc commit 3501c8e

File tree

13 files changed

+706
-1196
lines changed

13 files changed

+706
-1196
lines changed

.vscode/c_cpp_properties.json

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
{
2-
"configurations": [
3-
{
4-
"name": "Win32",
5-
"includePath": [
6-
"${workspaceFolder}/**"
7-
],
8-
"defines": [
9-
"_DEBUG",
10-
"UNICODE",
11-
"_UNICODE"
12-
],
13-
"windowsSdkVersion": "10.0.22621.0",
14-
"compilerPath": "cl.exe",
15-
"cStandard": "c17",
16-
"cppStandard": "c++17",
17-
"intelliSenseMode": "windows-msvc-x64"
18-
}
19-
],
20-
"version": 4
21-
}
2+
"configurations": [
3+
{
4+
"name": "Win32",
5+
"includePath": ["${workspaceFolder}/**"],
6+
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
7+
"windowsSdkVersion": "10.0.22621.0",
8+
"compilerPath": "cl.exe",
9+
"cStandard": "c17",
10+
"cppStandard": "c++17",
11+
"intelliSenseMode": "windows-msvc-x64"
12+
}
13+
],
14+
"version": 4
15+
}

.vscode/settings.json

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,96 @@
11
{
2-
"files.associations": {
3-
"algorithm": "cpp",
4-
"array": "cpp",
5-
"atomic": "cpp",
6-
"bit": "cpp",
7-
"bitset": "cpp",
8-
"cctype": "cpp",
9-
"cfenv": "cpp",
10-
"charconv": "cpp",
11-
"chrono": "cpp",
12-
"cinttypes": "cpp",
13-
"clocale": "cpp",
14-
"cmath": "cpp",
15-
"compare": "cpp",
16-
"concepts": "cpp",
17-
"condition_variable": "cpp",
18-
"coroutine": "cpp",
19-
"csetjmp": "cpp",
20-
"csignal": "cpp",
21-
"cstdarg": "cpp",
22-
"cstddef": "cpp",
23-
"cstdint": "cpp",
24-
"cstdio": "cpp",
25-
"cstdlib": "cpp",
26-
"cstring": "cpp",
27-
"ctime": "cpp",
28-
"cwchar": "cpp",
29-
"deque": "cpp",
30-
"exception": "cpp",
31-
"filesystem": "cpp",
32-
"format": "cpp",
33-
"forward_list": "cpp",
34-
"fstream": "cpp",
35-
"functional": "cpp",
36-
"future": "cpp",
37-
"initializer_list": "cpp",
38-
"iomanip": "cpp",
39-
"ios": "cpp",
40-
"iosfwd": "cpp",
41-
"iostream": "cpp",
42-
"istream": "cpp",
43-
"iterator": "cpp",
44-
"limits": "cpp",
45-
"list": "cpp",
46-
"locale": "cpp",
47-
"map": "cpp",
48-
"memory": "cpp",
49-
"memory_resource": "cpp",
50-
"mutex": "cpp",
51-
"new": "cpp",
52-
"optional": "cpp",
53-
"ostream": "cpp",
54-
"queue": "cpp",
55-
"random": "cpp",
56-
"ranges": "cpp",
57-
"ratio": "cpp",
58-
"regex": "cpp",
59-
"semaphore": "cpp",
60-
"set": "cpp",
61-
"shared_mutex": "cpp",
62-
"source_location": "cpp",
63-
"span": "cpp",
64-
"sstream": "cpp",
65-
"stack": "cpp",
66-
"stdexcept": "cpp",
67-
"stop_token": "cpp",
68-
"streambuf": "cpp",
69-
"string": "cpp",
70-
"system_error": "cpp",
71-
"thread": "cpp",
72-
"tuple": "cpp",
73-
"type_traits": "cpp",
74-
"typeinfo": "cpp",
75-
"unordered_map": "cpp",
76-
"unordered_set": "cpp",
77-
"utility": "cpp",
78-
"variant": "cpp",
79-
"vector": "cpp",
80-
"xfacet": "cpp",
81-
"xhash": "cpp",
82-
"xiosbase": "cpp",
83-
"xlocale": "cpp",
84-
"xlocbuf": "cpp",
85-
"xlocinfo": "cpp",
86-
"xlocmes": "cpp",
87-
"xlocmon": "cpp",
88-
"xlocnum": "cpp",
89-
"xloctime": "cpp",
90-
"xmemory": "cpp",
91-
"xstring": "cpp",
92-
"xtr1common": "cpp",
93-
"xtree": "cpp",
94-
"xutility": "cpp"
95-
}
96-
}
2+
"files.associations": {
3+
"algorithm": "cpp",
4+
"array": "cpp",
5+
"atomic": "cpp",
6+
"bit": "cpp",
7+
"bitset": "cpp",
8+
"cctype": "cpp",
9+
"cfenv": "cpp",
10+
"charconv": "cpp",
11+
"chrono": "cpp",
12+
"cinttypes": "cpp",
13+
"clocale": "cpp",
14+
"cmath": "cpp",
15+
"compare": "cpp",
16+
"concepts": "cpp",
17+
"condition_variable": "cpp",
18+
"coroutine": "cpp",
19+
"csetjmp": "cpp",
20+
"csignal": "cpp",
21+
"cstdarg": "cpp",
22+
"cstddef": "cpp",
23+
"cstdint": "cpp",
24+
"cstdio": "cpp",
25+
"cstdlib": "cpp",
26+
"cstring": "cpp",
27+
"ctime": "cpp",
28+
"cwchar": "cpp",
29+
"deque": "cpp",
30+
"exception": "cpp",
31+
"filesystem": "cpp",
32+
"format": "cpp",
33+
"forward_list": "cpp",
34+
"fstream": "cpp",
35+
"functional": "cpp",
36+
"future": "cpp",
37+
"initializer_list": "cpp",
38+
"iomanip": "cpp",
39+
"ios": "cpp",
40+
"iosfwd": "cpp",
41+
"iostream": "cpp",
42+
"istream": "cpp",
43+
"iterator": "cpp",
44+
"limits": "cpp",
45+
"list": "cpp",
46+
"locale": "cpp",
47+
"map": "cpp",
48+
"memory": "cpp",
49+
"memory_resource": "cpp",
50+
"mutex": "cpp",
51+
"new": "cpp",
52+
"optional": "cpp",
53+
"ostream": "cpp",
54+
"queue": "cpp",
55+
"random": "cpp",
56+
"ranges": "cpp",
57+
"ratio": "cpp",
58+
"regex": "cpp",
59+
"semaphore": "cpp",
60+
"set": "cpp",
61+
"shared_mutex": "cpp",
62+
"source_location": "cpp",
63+
"span": "cpp",
64+
"sstream": "cpp",
65+
"stack": "cpp",
66+
"stdexcept": "cpp",
67+
"stop_token": "cpp",
68+
"streambuf": "cpp",
69+
"string": "cpp",
70+
"system_error": "cpp",
71+
"thread": "cpp",
72+
"tuple": "cpp",
73+
"type_traits": "cpp",
74+
"typeinfo": "cpp",
75+
"unordered_map": "cpp",
76+
"unordered_set": "cpp",
77+
"utility": "cpp",
78+
"variant": "cpp",
79+
"vector": "cpp",
80+
"xfacet": "cpp",
81+
"xhash": "cpp",
82+
"xiosbase": "cpp",
83+
"xlocale": "cpp",
84+
"xlocbuf": "cpp",
85+
"xlocinfo": "cpp",
86+
"xlocmes": "cpp",
87+
"xlocmon": "cpp",
88+
"xlocnum": "cpp",
89+
"xloctime": "cpp",
90+
"xmemory": "cpp",
91+
"xstring": "cpp",
92+
"xtr1common": "cpp",
93+
"xtree": "cpp",
94+
"xutility": "cpp"
95+
}
96+
}

example/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ PODS:
12101210
- React-jsiexecutor
12111211
- React-RCTFBReactNativeSpec
12121212
- ReactCommon/turbomodule/core
1213-
- react-native-safe-area-context (5.2.0):
1213+
- react-native-safe-area-context (5.3.0):
12141214
- DoubleConversion
12151215
- glog
12161216
- hermes-engine
@@ -1223,8 +1223,8 @@ PODS:
12231223
- React-featureflags
12241224
- React-graphics
12251225
- React-ImageManager
1226-
- react-native-safe-area-context/common (= 5.2.0)
1227-
- react-native-safe-area-context/fabric (= 5.2.0)
1226+
- react-native-safe-area-context/common (= 5.3.0)
1227+
- react-native-safe-area-context/fabric (= 5.3.0)
12281228
- React-NativeModulesApple
12291229
- React-RCTFabric
12301230
- React-rendererdebug
@@ -1233,7 +1233,7 @@ PODS:
12331233
- ReactCommon/turbomodule/bridging
12341234
- ReactCommon/turbomodule/core
12351235
- Yoga
1236-
- react-native-safe-area-context/common (5.2.0):
1236+
- react-native-safe-area-context/common (5.3.0):
12371237
- DoubleConversion
12381238
- glog
12391239
- hermes-engine
@@ -1254,7 +1254,7 @@ PODS:
12541254
- ReactCommon/turbomodule/bridging
12551255
- ReactCommon/turbomodule/core
12561256
- Yoga
1257-
- react-native-safe-area-context/fabric (5.2.0):
1257+
- react-native-safe-area-context/fabric (5.3.0):
12581258
- DoubleConversion
12591259
- glog
12601260
- hermes-engine
@@ -1565,7 +1565,7 @@ PODS:
15651565
- React-logger (= 0.77.1)
15661566
- React-perflogger (= 0.77.1)
15671567
- React-utils (= 0.77.1)
1568-
- RNPermissions (5.2.6):
1568+
- RNPermissions (5.3.0):
15691569
- DoubleConversion
15701570
- glog
15711571
- hermes-engine
@@ -1865,7 +1865,7 @@ SPEC CHECKSUMS:
18651865
React-logger: e7eeebaed32b88dcc29b10901aa8c5822dc397c4
18661866
React-Mapbuffer: 73dd1210c4ecf0dfb4e2d4e06f2a13f824a801a9
18671867
React-microtasksnativemodule: d03753688e2abf135edcd4160ab3ce7526da8b0d
1868-
react-native-safe-area-context: 7e513d737b0b5c1d10bbe0e5fcc9f925a7be144c
1868+
react-native-safe-area-context: 0f14bce545abcdfbff79ce2e3c78c109f0be283e
18691869
React-nativeconfig: cb207ebba7cafce30657c7ad9f1587a8f32e4564
18701870
React-NativeModulesApple: 8411d548b1ad9d2b3e597beb9348e715c8020e0c
18711871
React-perflogger: c4c3b7c18f8a50cdbe2bcdd2f15705ba029a5a02
@@ -1895,7 +1895,7 @@ SPEC CHECKSUMS:
18951895
ReactAppDependencyProvider: 41e9fb63606c32cce924653d2d410cb01ec81286
18961896
ReactCodegen: d9a09a7f7eee93f54d0b4135d5ca66b31b0c42a5
18971897
ReactCommon: 08f4808f02ff115884e870e5cfea689703ff759a
1898-
RNPermissions: c8b42cb34bf42fbae5d9570a60941e856e073ab9
1898+
RNPermissions: bd077ca458aa4203078bbff9f55feabdeb6d480c
18991899
RNVectorIcons: bd818296a51dc2bb8c3bd97a3ca399df1afe216d
19001900
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19011901
Yoga: 1fd059161b449018342943b095a6d4e69bcaa719

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-native": "0.77.1",
2222
"react-native-paper": "^5.13.1",
2323
"react-native-permissions": "link:../",
24-
"react-native-safe-area-context": "^5.2.0",
24+
"react-native-safe-area-context": "^5.3.0",
2525
"react-native-vector-icons": "^10.2.0",
2626
"react-native-windows": "0.77.2"
2727
},
@@ -36,6 +36,6 @@
3636
"@react-native/metro-config": "0.77.1",
3737
"@types/react": "^18.2.6",
3838
"babel-plugin-module-resolver": "^5.0.2",
39-
"typescript": "^5.7.3"
39+
"typescript": "^5.8.2"
4040
}
4141
}

0 commit comments

Comments
 (0)