Skip to content

Commit

Permalink
Update KnownIssues.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkonicek committed Oct 5, 2015
1 parent 753cc76 commit c99e8cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/KnownIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,15 @@ Alert
```

### Some props are only supported on one platform

There are properties that work on one platform only, either because they can inherently only be supported on that platform or because they haven't been implemented on the other platforms yet. All of these are annotated with `@platform` in JS docs and have a small badge next to them on the website. See e.g. [Image](https://facebook.github.io/react-native/docs/image.html).

### Platform parity

There are known cases where the API between iOS and Android could be made more consistent:

- `<SwitchAndroid>` and `<SwitchIOS>` are very similar and should be unified to a single `<Switch>` component

### Publishing modules on Android

There is currently no easy way of publishing custom native modules on Android. Smooth work flow for contributors is important and this will be looked at very closely after the initial Open Source release. Of course the aim will be to streamline and optimize the process between iOS and Android as much as possible.
Expand Down

0 comments on commit c99e8cb

Please sign in to comment.