https://github.com/bang9/create-sb-uikit-rn
scaffolding tool for uikit react-native
https://github.com/bang9/create-sb-uikit-rn
Last synced: about 1 month ago
JSON representation
scaffolding tool for uikit react-native
- Host: GitHub
- URL: https://github.com/bang9/create-sb-uikit-rn
- Owner: bang9
- Created: 2023-04-07T10:42:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T16:56:16.000Z (7 months ago)
- Last Synced: 2025-04-01T23:43:17.363Z (about 1 month ago)
- Language: Roff
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sendbird UIKit for React-Native: Send Your First Message Tool
This project is a tool that helps scaffold the "Send your first message" feature of Sendbird UIKit for React-Native.
## Prerequisites
check here (https://reactnative.dev/docs/environment-setup?platform=ios)- node.js >= 18
- yarn v3
- Ruby
- cocoapods latest## How to Run
- Clone the project.
- Run `yarn install` to install the dependencies.
- Run the command `yarn create-app`.
- Select the React-Native version and the UIKit version for the project in the CLI prompt.
- The project will be created in `projects/ChatApp{hash}`. (The projects folder is not included in the git repository.)## Trouble Shooting
- iOS build fails with `[CP-User] [Hermes] Replace Hermes for the right configuration, if needed`
- https://github.com/facebook/react-native/issues/39903#issuecomment-1847591269