An open API service indexing awesome lists of open source software.

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

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