mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix: Fix Typo in Java Docs (#33050)
Summary: Probably my smallest PR yet, this just fixes a comment in the template's Java files. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [CATEGORY] [TYPE] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/33050 Reviewed By: christophpurrer Differential Revision: D34045805 Pulled By: cortinico fbshipit-source-id: a7355b4dbae84b79ee9d68e2524393d03cda67fc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9a35818797
commit
d1c2458930
@@ -17,7 +17,8 @@ public class MainActivity extends ReactActivity {
|
||||
|
||||
/**
|
||||
* Returns the instance of the {@link ReactActivityDelegate}. There the RootView is created and
|
||||
* you can specify the rendered you wish to use (Fabric or the older renderer).
|
||||
* you can specify the renderer you wish to use - the new renderer (Fabric) or the old renderer
|
||||
* (Paper).
|
||||
*/
|
||||
@Override
|
||||
protected ReactActivityDelegate createReactActivityDelegate() {
|
||||
|
||||
Reference in New Issue
Block a user