https://github.com/atomicojs/react-native
Experimental integration of Atomico webcomponents for React Native
https://github.com/atomicojs/react-native
Last synced: 3 months ago
JSON representation
Experimental integration of Atomico webcomponents for React Native
- Host: GitHub
- URL: https://github.com/atomicojs/react-native
- Owner: atomicojs
- Created: 2022-07-24T14:58:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T03:55:54.000Z (almost 4 years ago)
- Last Synced: 2025-09-29T12:34:23.883Z (9 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Atomico components with React Native support
Through the strategy already used in atomico/ssr it is possible to support React Native.
The project is in research phase, the objectives of this are:
1. Discover the ability to homologate the html used within a component created with Atomico with the tags provided by React native.
2. Discover the ability to homologate the css used within an Atomico component and homologate it with the StyleSheet provided by React Native.
3. Create based on the above a prototype of the API.
4. Analyze the feasibility of growth and maintenance of the prototype API.
## Sources
1. [step 1](https://github.com/atomicojs/atomico/issues/80)