# ReactNavigationExample **Repository Path**: ldkxingzhe/ReactNavigationExample ## Basic Information - **Project Name**: ReactNavigationExample - **Description**: ReactNavigation的官方Demo, 另外由于官方demo基于expo, 这里去除了expo。 适配了GrowingIO - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-08-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #+TITLE: ReactNavigation Example FOR GrowingIO ReactNavigation的官方demo, 由于官方Demo基于Expo。 expo一直无法从源码编译成功. 这里去除了expo. 另外对Android适配了GrowingIO SDK * 使用说明 - cd 进行根目录 - 确保yarn已经被全局安装(或者将相应的命令转化为npm) - yarn install - 使用Android studio引入android文件夹 - 编译项目运行在手机上 - adb reverse - yarn start 运行起来的Android项目默认连接localhost:8081寻找bundle, 最好映射下端口, 方便调试: #+begin_src shell adb reverse tcp:8081 tcp:8081 #+end_src