Skip to content

Dummy RN app for Klip A2P API test

Notifications You must be signed in to change notification settings

jeonghonah/a2a-dummy

Repository files navigation

A2A Dummy

An example project for using Klip A2A APIs with React Native.

clone project

git clone https://github.com/jeonghonah/a2a-dummy.git

install

npm install

run

npm run start or npm run ios or npm run android

trouble shooting

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65.

  1. remove build directory in a2a-dummy/ios if existed.
  2. cd ios
  3. pod install
  4. cd ..
  5. sudo react-native run-ios

sometimes npm run postinstall can fix

스크린샷 2020-06-22 오후 2 23 18