diff --git a/CHANGELOG.md b/CHANGELOG.md index c963016..97e1be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/). --- +## 0.1.1 + +- Updated readme. + ## 0.1.0 - Initial release of `react-native-ssl-pinning-tvos`. diff --git a/README.md b/README.md index 4f917a3..c663cdb 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,23 @@ React-Native ssl pinning on tvos using OkHttp 3 in Android, and URLSession-based ## Getting started -`$ npm install @logicwind/react-native-tvos-ssl-pinning --save` +```sh md title="Terminal" +npm install @logicwind/react-native-tvos-ssl-pinning --save +``` ### Install pods for ios -`$ cd ios && pod install && cd ..` + +```sh md title="Terminal" +cd ios && pod install && cd .. +``` + +### Expo Setup + +If you're working with this Expo project, make sure to run: + +```sh md title="Terminal" +npx expo prebuild +``` ### Mostly automatic installation diff --git a/package.json b/package.json index 68a7e42..f8bd3d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@logicwind/react-native-tvos-ssl-pinning", - "version": "0.1.0", + "version": "0.1.1", "description": "React-native TVOS plugin to support ssl pinning.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",