We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2ada3 commit f44a575Copy full SHA for f44a575
website/versioned_docs/version-0.76/fabric-native-components-android.md
@@ -199,7 +199,7 @@ The code then define an helper function to actually emit an event. To emit an ev
199
The last part of the file contains the definition of the data types you need to send the event:
200
201
- The `OnScriptLoadedEventResult`, with the possible outcomes of the `OnScriptLoaded` event.
202
-- The actual ``OnScriptLoadedEvent` that needs to extend the React Native's `Event` class.
+- The actual `OnScriptLoadedEvent` that needs to extend the React Native's `Event` class.
203
204
### 3. Write the `WebViewManager`
205
0 commit comments