Skip to content

Commit 6a5d2c2

Browse files
Tino-Fwcandillon
andauthored
fix(📦): unimplemented component: <WebGPUView>" on iOS with New Architecture (#307)
* Fix: "Unimplemented component: <WebGPUView>" on iOS with New Architecture * Bump version from 0.5.1 to 0.5.2 --------- Co-authored-by: William Candillon <wcandillon@gmail.com>
1 parent 7c5239c commit 6a5d2c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎packages/webgpu/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-wgpu",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "React Native WebGPU",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -131,7 +131,7 @@
131131
"javaPackageName": "com.webgpu"
132132
},
133133
"ios": {
134-
"componentProviders": {
134+
"componentProvider": {
135135
"WebGPUView": "WebGPUView"
136136
}
137137
}

0 commit comments

Comments
 (0)