Back to React Native Gifted Chat

How to use

example/README.md

3.3.2455 B
Original Source

How to use

  1. Install dependencies:

    bash
    yarn install
    cd example
    yarn install
    
  2. Install iOS dev build (only needed once or after rebuilding native dependencies):

    bash
    yarn installDevBuild:ios
    

    or

    bash
    yarn installDevBuild:android
    
  3. Start the example app on iOS simulator:

    bash
    yarn start:ios
    

Dark Theme Support

To switch theme press Cmd + Shift + A in iOS simulator.