From 90f399c4d1f5e362109e5976cf2ce500852067dc Mon Sep 17 00:00:00 2001 From: Spencer Ahrens Date: Thu, 26 Mar 2015 11:15:13 -0700 Subject: [PATCH] Fix typo. --- website/src/react-native/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/react-native/index.js b/website/src/react-native/index.js index eb113f9b3..927af011f 100644 --- a/website/src/react-native/index.js +++ b/website/src/react-native/index.js @@ -156,7 +156,7 @@ var GeoInfo = React.createClass({

Extensibility

- It is certainly possible to create a great app using React Native without writing a single line of native code, but React Native is also designed to be easily expended with custom native views and modules - that means you can reuse anything you{"'"}ve already built, and can import and use your favorite native libraries. To create a simple module in iOS, create a new class that implements the RCTBridgeModule protocol, and add RCT_EXPORT to the function you want to make available in JavaScript. + It is certainly possible to create a great app using React Native without writing a single line of native code, but React Native is also designed to be easily extended with custom native views and modules - that means you can reuse anything you{"'"}ve already built, and can import and use your favorite native libraries. To create a simple module in iOS, create a new class that implements the RCTBridgeModule protocol, and add RCT_EXPORT to the function you want to make available in JavaScript.

{`// Objective-C