From e6cbda321f7f988ffd072898204b0975986466ab Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 4 Oct 2017 00:21:31 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/communication-android.html | 3 +-- releases/next/docs/communication-ios.html | 3 +-- releases/next/docs/contributing.html | 2 +- releases/next/docs/custom-webview-ios.html | 3 ++- releases/next/docs/integration-with-existing-apps.html | 6 ++---- releases/next/docs/native-modules-android.html | 3 +-- 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/releases/next/docs/communication-android.html b/releases/next/docs/communication-android.html index ab46a974839..5076c96a6d0 100644 --- a/releases/next/docs/communication-android.html +++ b/releases/next/docs/communication-android.html @@ -14,8 +14,7 @@ } }; } -}
'use strict'; - +}
import React from 'react'; import { AppRegistry, diff --git a/releases/next/docs/communication-ios.html b/releases/next/docs/communication-ios.html index c63a48a5317..e6eacc427f8 100644 --- a/releases/next/docs/communication-ios.html +++ b/releases/next/docs/communication-ios.html @@ -5,8 +5,7 @@ NSDictionary *props *rootView = [[RCTRootView alloc] initWithBridge:bridge moduleName:@"ImageBrowserApp" - initialProperties:props];
'use strict'; - + initialProperties:props];
import React from 'react'; import { AppRegistry, diff --git a/releases/next/docs/contributing.html b/releases/next/docs/contributing.html index a00c9376aae..3a29a751fca 100644 --- a/releases/next/docs/contributing.html +++ b/releases/next/docs/contributing.html @@ -10,7 +10,7 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. - */

If you've added a new module, add a @providesModule <moduleName> at the end of the comment. This will allow the haste package manager to find it.

Contributor License Agreement (CLA) #

In order to accept your pull request, we need you to submit a CLA. You only need to do this once, so if you've done this for another Facebook open source project, you're good to go. If you are submitting a pull request for the first time, the Facebook GitHub Bot will reply with a link to the CLA form. You may also complete your CLA here.

What happens next? #

The core team will be monitoring for pull requests. Read what to expect from maintainers to understand what may happen after you open a pull request.

Style Guide #

Our linter will catch most styling issues that may exist in your code. You can check the status of your code styling by simply running npm run lint.

However, there are still some styles that the linter cannot pick up.

Code Conventions #

General #

JavaScript #

JSX #

Objective-C #

Java #

Documentation #

License #

By contributing to React Native, you agree that your contributions will be licensed under its BSD license.

← PreviousContinue Reading →

Improve this page by sending a pull request!