Skip to content

Commit 3ae0f40

Browse files
committed
[Docs] fix typo in KnownIssues.md
Line 53: "currenty" => "currently"
1 parent 32b62ef commit 3ae0f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/KnownIssues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There are known cases where the APIs could be made more consistent across iOS an
5050
- `<AndroidViewPager>` (to be open sourced soon) and `<ScrollView pagingEnabled={true}>` on iOS do a similar thing. We might want to unify them to `<ViewPager>`.
5151
- `alert()` needs Android support (once the Dialogs module is open sourced)
5252
- It might be possible to bring `LinkingIOS` and `IntentAndroid` (to be open sourced) closer together.
53-
- `ActivityIndicator` could render a native spinning indicator on both platforms (currenty this is done using `ActivityIndicatorIOS` on iOS and `ProgressBarAndroid` on Android).
53+
- `ActivityIndicator` could render a native spinning indicator on both platforms (currently this is done using `ActivityIndicatorIOS` on iOS and `ProgressBarAndroid` on Android).
5454
- `ProgressBar` could render a horizontal progress bar on both platforms (currently only supported on iOS via `ProgressViewIOS`).
5555

5656
### Publishing modules on Android

0 commit comments

Comments
 (0)