Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 594 Bytes

File metadata and controls

18 lines (12 loc) · 594 Bytes

Example for react-native-webrtc-ar-session

  • Example 1: AR scene example with react-native-arkit
  • Example 2: AR face tracking example with custom native view (You can switch it on Setting)

Installation

# OPTIONAL: Run this command if you got `WebRTC.framework does not contain bitcode` build error
$ yarn webrtc-dl-bitcode

$ cd ios && pod install && cd -

Usage