@reactiive/ennio 0.0.2 → 0.0.3
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 +15 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,11 +14,16 @@ UITouch that half-fires recognizers — the gesture goes through the same
|
|
|
14
14
|
path a finger would.
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
bun add @reactiive/ennio react-native-nitro-modules
|
|
18
|
+
bun add -d @reactiive/ennio-expo-plugin
|
|
19
|
+
|
|
20
|
+
bunx ennio test e2e/01-auth-flow.yaml # one flow
|
|
21
|
+
bunx ennio test e2e/ # every *.yaml in the directory
|
|
20
22
|
```
|
|
21
23
|
|
|
24
|
+
(Or use the equivalent `npm install` / `yarn add` — `ennio-expo-plugin`
|
|
25
|
+
is a build-time config plugin, so it belongs in `devDependencies`.)
|
|
26
|
+
|
|
22
27
|
## Requirements
|
|
23
28
|
|
|
24
29
|
- Expo app on React Native ≥ 0.81 (New Architecture, Fabric)
|
|
@@ -54,3 +59,10 @@ example flows live in the [monorepo README](https://github.com/enzomanuelmangano
|
|
|
54
59
|
## License
|
|
55
60
|
|
|
56
61
|
MIT
|
|
62
|
+
|
|
63
|
+
## Trademarks
|
|
64
|
+
|
|
65
|
+
Maestro is a trademark of mobile.dev. Ennio is an independent
|
|
66
|
+
project, not affiliated with mobile.dev. References to "Maestro"
|
|
67
|
+
describe only the YAML flow format that Ennio consumes; no Maestro
|
|
68
|
+
source code is bundled or redistributed.
|