Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Mar 14, 2020
1 parent f93bc27 commit 9c13858
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/api-renative.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,111 +122,111 @@ import { isPlatformAndroid } from 'renative'
type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformAndroidtv } from 'renative'
```

### isPlatformAndroidwear

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformAndroidwear } from 'renative'
```

### isPlatformIos

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformIos } from 'renative'
```

### isPlatformTvos

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformTvos } from 'renative'
```

### isPlatformWeb

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformWeb } from 'renative'
```

### isPlatformWebos

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformWebos } from 'renative'
```

### isPlatformTizen

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformTizen } from 'renative'
```

### isPlatformTizenwatch

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformTizenwatch } from 'renative'
```

### isPlatformTizenmobile

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformTizenmobile } from 'renative'
```

### isPlatformMacos

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformMacos } from 'renative'
```

### isPlatformWindows

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformWindows } from 'renative'
```

### isPlatformFirefoxos

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformFirefoxos } from 'renative'
```

### isPlatformFirefoxtv

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformFirefoxtv } from 'renative'
```

### isPlatformKaios

type: `bool`

```
import { isPlatformAndroid } from 'renative'
import { isPlatformKaios } from 'renative'
```

## isEngine...
Expand Down

0 comments on commit 9c13858

Please sign in to comment.