mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
Removed repeated "To"
Summary: Just a simple word repetition fix in docs. Closes https://github.com/facebook/react-native/pull/7352 Differential Revision: D3257587 fb-gh-sync-id: a54f38f3bbed9b50cb9c1f8a35d5718bad3deb33 fbshipit-source-id: a54f38f3bbed9b50cb9c1f8a35d5718bad3deb33
This commit is contained in:
parent
60ee25c554
commit
9ca8c09d62
@ -317,7 +317,7 @@ componentWillMount: function() {
|
||||
|
||||
### Getting activity result from `startActivityForResult`
|
||||
|
||||
You'll need to listen to `onActivityResult` if you want to get results from an activity you started with `startActivityForResult`. To to do this, the module must implement `ActivityEventListener`. Then, you need to register a listener in the module's constructor,
|
||||
You'll need to listen to `onActivityResult` if you want to get results from an activity you started with `startActivityForResult`. To do this, the module must implement `ActivityEventListener`. Then, you need to register a listener in the module's constructor,
|
||||
|
||||
```java
|
||||
reactContext.addActivityEventListener(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user