Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down