Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieldonadel/react-native-visionos
https://github.com/gabrieldonadel/react-native-visionos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrieldonadel/react-native-visionos
- Owner: gabrieldonadel
- License: mit
- Archived: true
- Created: 2023-06-22T12:43:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T23:41:18.000Z (about 1 year ago)
- Last Synced: 2024-05-01T18:43:41.663Z (8 months ago)
- Language: Java
- Size: 267 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-pre-060.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-visionos - Build visionOS in React
- Awesome-Vision-Pro - Build visionOS in React
README
> **Warning**
> This repository has been moved to https://github.com/react-native-visionos/react-native-visionosreact-native-visionos
Learn once, write anywhere:
Build visionOS apps with React.This is an independent fork of react-native aimed at exploring the possibilities of making React Native fully compatible with visionOS. While Apple has designed visionOS to work with SwiftUI, React Native currently only utilizes UIKit as the native iOS framework for rendering user interfaces.
This project draws inspiration from the awesome work done by [software-mansion-labs/react-native-swiftui](https://github.com/software-mansion-labs/react-native-swiftui
).Please note that this project is still a work in progress and is not yet ready for production use.
There are a few things that need to be addressed before this is ready for use:
- [x] CocoaPods releases support for visionOS (https://github.com/CocoaPods/CocoaPods/issues/11961)
- [ ] Update the React Native template to support visionOS
- [ ] Add visionOS support to the following pods:
- [ ] libevent
- [ ] SocketRocket (https://github.com/facebookincubator/SocketRocket/pull/669)
- [ ] fmt
- [ ] OCMock (https://github.com/erikdoe/ocmock/pull/530)### Contributing
We welcome contributions to the project! Whether you want to report a bug, propose new features, or submit code changes, your input is highly appreciated.
### License
react-native-visionos, including modifications to the original Facebook source code, and all newly contributed code is provided under the [MIT License](LICENSE). Portions of the react-native-visionos derived from React Native are copyright Facebook.