react-native-shine 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,23 +54,12 @@ npx install-peerdeps react-native-shine
54
54
 
55
55
  ---
56
56
 
57
- ### Update Your `babel.config.js`
58
-
59
- For this library to work, you need to add the `unplugin-typegpu/babel` plugin. It comes bundled as a dependency, so you just need to add it in your Babel config.
60
-
61
- ```js
62
- plugins: ['unplugin-typegpu/babel'];
63
- ```
64
-
65
- For additional instructions, please follow the [TypeGPU Unplugin docs](https://docs.swmansion.com/TypeGPU/tooling/unplugin-typegpu/).
66
-
67
- ---
68
-
69
57
  ## 📋 Requirements
70
58
 
71
59
  - React Native ≥ 0.71
72
60
  - `react-native-reanimated` ≥ 4.0.0
73
61
  - `react-native-webgpu` ≥ 0.2.0
62
+ - `typegpu` ~= 0.7.1
74
63
  - WebGPU-compatible device/emulator
75
64
 
76
65
  > [!NOTE]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-shine",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Fast and efficient way of adding interactive effects that are run entirely on shaders using typeGPU.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",