react-native-platform-components 0.0.3 → 0.1.1
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# react-native-platform-components
|
|
2
2
|
|
|
3
|
+
> 🚧 In development — not ready for public use.
|
|
4
|
+
|
|
3
5
|
High-quality **native UI components for React Native**, implemented with platform-first APIs and exposed through clean, typed JavaScript interfaces.
|
|
4
6
|
|
|
5
7
|
This library focuses on **true native behavior**, not JavaScript re-implementations — starting with:
|
package/package.json
CHANGED