Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ecabeb4

Browse files
author
Peter Piekarczyk
committed
update styles
1 parent b63e5f7 commit ecabeb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Thanks to [@tkh44 for the idea and his localforage version](https://github.com/t
1010

1111
## Installation
1212

13-
```bash
13+
```zsh
1414
yarn add react-native-asyncstorage
1515
```
1616

1717
or
1818

19-
```bash
19+
```zsh
2020
npm install --save react-native-asyncstorage
2121
```
2222

@@ -29,7 +29,7 @@ npm install --save react-native-asyncstorage
2929

3030
Fetch apiToken from `AsyncStorage` before loading the rest of the app
3131

32-
```es6
32+
```jsx
3333
<AsyncStorage.getItem
3434
itemKey='apiToken'
3535
render={({ loading, value, error }) => {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /