dependabot[bot] 7bd1ad554d
Bump json5 from 2.1.0 to 2.2.3 in /playground
Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 12:42:19 +00:00
..
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00
2019-10-26 00:16:04 +08:00

Playground for react-native-wechat

Make sure you have the development environment set up with this Tutorial at first.

首先确保已经按教程配置好 React Native 本地开发环境。

How to run

$ git clone this repo
$ cd playground
$ yarn install or npm install

Ensure emulator is ready or mobile device is connected to your machine:

运行前先开启模拟器或连接真机调试。

$ npm run start or react-native start --reset-cache

iOS:

$ cd ios && pod install

Add the following libraries to your "Link Binary with Libraries" in Targets > Build Phases in Xcode :

点击 Xcode 左侧 Targets > Build Phases 中的 Link Binary with Libraries 选项添加以下库:

  • SystemConfiguration.framework
  • CoreTelephony.framework
  • libsqlite3.0
  • libc++
  • libz
$ react-native run-ios

Android:

$ react-native run-android