react-native-morph-card 0.2.6 → 0.2.7
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,7 @@ https://github.com/user-attachments/assets/93f0c1f6-e203-496e-bb56-c994e1500e32
|
|
|
20
20
|
- [Imperative API](#imperative-api)
|
|
21
21
|
- [Running the Example App](#running-the-example-app)
|
|
22
22
|
- [Troubleshooting](#troubleshooting)
|
|
23
|
+
- [Contributing](#contributing)
|
|
23
24
|
- [Roadmap](#roadmap)
|
|
24
25
|
- [License](#license)
|
|
25
26
|
|
|
@@ -241,6 +242,10 @@ yarn build:android
|
|
|
241
242
|
| Metro can't find `react-native-morph-card` | Run `yarn install` at the repo root first |
|
|
242
243
|
| Duplicate module errors | Delete `node_modules` in both root and `example/`, then reinstall |
|
|
243
244
|
|
|
245
|
+
## Contributing
|
|
246
|
+
|
|
247
|
+
Contributions are welcome! If you find a bug or have a feature request, please open an issue. Pull requests are appreciated — just make sure to open an issue first so we can discuss the approach.
|
|
248
|
+
|
|
244
249
|
## Roadmap
|
|
245
250
|
|
|
246
251
|
- Support for more screen presentation styles (e.g. iOS modal sheet, page sheet)
|
package/package.json
CHANGED