@nexara/nativeflow 0.1.4 → 0.1.6
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.
- package/README.md +2 -36
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,45 +14,11 @@
|
|
|
14
14
|
|
|
15
15
|
### Step 1: Install the packages
|
|
16
16
|
|
|
17
|
-
#### Install
|
|
17
|
+
#### Install @nexara/nativeflow
|
|
18
18
|
```sh
|
|
19
|
-
npm install
|
|
19
|
+
npm install @nexara/nativeflow
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
#### Install react-native-reanimated
|
|
23
|
-
```sh
|
|
24
|
-
npm install react-native-reanimated
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
#### Install react-native-gesture-handler
|
|
28
|
-
```sh
|
|
29
|
-
npm install react-native-gesture-handler
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
### Step 2: Add Reanimated's Babel plugin
|
|
33
|
-
|
|
34
|
-
Add `react-native-reanimated/plugin` to your `babel.config.js`
|
|
35
|
-
|
|
36
|
-
#### `babel.config.js`
|
|
37
|
-
```js
|
|
38
|
-
module.exports = {
|
|
39
|
-
presets: [
|
|
40
|
-
... // don't add it here :)
|
|
41
|
-
],
|
|
42
|
-
plugins: [
|
|
43
|
-
...
|
|
44
|
-
'react-native-reanimated/plugin',
|
|
45
|
-
],
|
|
46
|
-
};
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
### Step 3: Clear Metro bundler cache (recommended)
|
|
50
|
-
```sh
|
|
51
|
-
npx expo start -c
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
---
|
|
55
|
-
|
|
56
22
|
## 📚 Documentation 📚
|
|
57
23
|
|
|
58
24
|
Check out the **[📝 full documentation](https://rn-nativeflow-docs.onrender.com/docs/getting-started)** for more details on usage, customization, and API references.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexara/nativeflow",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -204,4 +204,4 @@
|
|
|
204
204
|
"type": "library",
|
|
205
205
|
"version": "0.48.3"
|
|
206
206
|
}
|
|
207
|
-
}
|
|
207
|
+
}
|