A framework for building native apps with React. http://facebook.github.io/react-native/
Go to file
Harry Tormey 1fb7a25f7b Add iOS Validate Environment Script (#19750)
Summary:
Fixes #19694 this diff adds an iOS environment validation script as requested by hramos.

 A similar script for Android exists: scripts/validate-android-test-env.sh.

This script:

- Validates that the minimum required Xcode version is installed (people using Xcode 8 with a recent release may encounter cryptic build errors).

- Validates the correct Node version is installed (Node 10 is not fully supported at the time, Node 6 is no longer supported).

<!--
  Required: Write your motivation here.
  If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged.
-->

Run ./scripts/validate-ios-test-env.sh on a properly setup OSX machine and verify it works, change the version comparison and make sure it fails.

<!--
  Required: Write your test plan here. If you changed any code, please provide us with
  clear instructions on how you verified your changes work. Bonus points for screenshots and videos!
-->

<!--
  Does this PR require a documentation change?
  Create a PR at https://github.com/facebook/react-native-website and add a link to it here.
-->

<!--
  Required.
  Help reviewers and the release process by writing your own release notes. See below for an example.
-->

[INTERNAL] [ENHANCEMENT] [scripts] - Add iOS validate environment script

<!--
  **INTERNAL and MINOR tagged notes will not be included in the next version's final release notes.**

    CATEGORY
  [----------]      TYPE
  [ CLI      ] [-------------]    LOCATION
  [ DOCS     ] [ BREAKING    ] [-------------]
  [ GENERAL  ] [ BUGFIX      ] [ {Component} ]
  [ INTERNAL ] [ ENHANCEMENT ] [ {Filename}  ]
  [ IOS      ] [ FEATURE     ] [ {Directory} ]   |-----------|
  [ ANDROID  ] [ MINOR       ] [ {Framework} ] - | {Message} |
  [----------] [-------------] [-------------]   |-----------|

 EXAMPLES:

 [IOS] [BREAKING] [FlatList] - Change a thing that breaks other things
 [ANDROID] [BUGFIX] [TextInput] - Did a thing to TextInput
 [CLI] [FEATURE] [local-cli/info/info.js] - CLI easier to do things with
 [DOCS] [BUGFIX] [GettingStarted.md] - Accidentally a thing/word
 [GENERAL] [ENHANCEMENT] [Yoga] - Added new yoga thing/position
 [INTERNAL] [FEATURE] [./scripts] - Added thing to script that nobody will see
-->
Pull Request resolved: https://github.com/facebook/react-native/pull/19750

Differential Revision: D9005151

Pulled By: hramos

fbshipit-source-id: a69ef2a6e513e580089c791fd44a0e70c2a3f240
2018-08-01 20:46:58 -07:00
.circleci Run deploys to npm whenever a new tag is pushed to a stable branch (#19742) 2018-07-30 15:31:38 -07:00
.github Update Discussion template (#20469) 2018-07-31 08:01:29 -07:00
ContainerShip Bump Android NDK to r17b (#20357) 2018-07-30 14:02:11 -07:00
IntegrationTests Uniformizes how THIS_DIR is computed in xplat/js 2018-07-19 05:16:22 -07:00
Libraries RN: Fix `testID` on Switch 2018-08-01 19:16:20 -07:00
RNTester Switch: Warn for Deprecated Color Props 2018-07-31 21:01:41 -07:00
React Fabric: `bridge` prop was removed from RCTSurface interface 2018-08-01 15:32:01 -07:00
ReactAndroid If source is null , source uri is null or source is not an array should respect style 2018-07-31 12:02:10 -07:00
ReactCommon Bump Android NDK to r17b (#20357) 2018-07-30 14:02:11 -07:00
ReactNative Fix conditional load usage. 2018-07-14 18:32:20 -07:00
bots Prettier the rest of ReactNative 2018-05-11 13:52:30 -07:00
flow Adding flow strict to as many xplat files as possible 2018-07-27 12:31:42 -07:00
flow-github Add extra flowtype stubs for metro (#20429) 2018-07-27 20:32:47 -07:00
gradle/wrapper @allow-large-files [react-native][PR] Upgrade Gradle to 4.4 (#19899) 2018-07-03 18:18:30 -07:00
jest remove FbRelayNativeAdapter 2018-07-27 13:37:12 -07:00
keystores Apply auto-formatter for BUCK files in fbandroid. 2017-02-27 14:04:56 -08:00
lib Prettier the rest of ReactNative 2018-05-11 13:52:30 -07:00
local-cli Bump Android NDK to r17b (#20357) 2018-07-30 14:02:11 -07:00
react-native-cli Prettier files with shebang 2018-05-11 13:52:30 -07:00
react-native-git-upgrade Prettier files with shebang 2018-05-11 13:52:30 -07:00
scripts Add iOS Validate Environment Script (#19750) 2018-08-01 20:46:58 -07:00
third-party-podspecs iOS OSS: update podspec's to target iOS 9.0 2018-05-23 06:16:00 -07:00
.buckconfig use android build-tools 26.0.2 and set compileSdk to 26 (#19662) 2018-06-13 10:39:55 -07:00
.buckjavaargs
.editorconfig
.eslintignore Split out docs to their own repo 2017-12-05 13:02:54 -08:00
.eslintrc Initial Detox E2E iOS configuration to be run on RNTester (#20235) 2018-07-30 14:31:24 -07:00
.flowconfig @allow-large-files flow 0.77 fbsource release 2018-07-23 11:48:44 -07:00
.gitattributes
.gitignore Initial Detox E2E iOS configuration to be run on RNTester (#20235) 2018-07-30 14:31:24 -07:00
.npmignore Update .npmignore to include generated bundle file 2017-02-03 11:43:31 -08:00
.nvmrc Add .nvmrc + fix node version for eslint 5 compat (#20109) 2018-07-31 02:34:16 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-26 16:47:27 -07:00
CONTRIBUTING.md Removed last traces of @providesModule from React Native 2018-04-26 08:30:54 -07:00
DockerTests.md Typo in DockerTests.md (#20009) 2018-07-02 20:32:07 -07:00
Jenkinsfile Container Testing Updates 2017-04-12 16:31:35 -07:00
LICENSE Update to MIT license 2018-02-16 18:31:53 -08:00
LICENSE-docs
README.md add windows ci (#20281) 2018-07-19 16:02:35 -07:00
React.podspec iOS: Support <ActivityIndicator> component 2018-05-23 10:22:47 -07:00
Releases.md Fix typo in Releases.md (#20487) 2018-08-01 07:16:56 -07:00
appveyor.yml add appveyor cache (#20490) 2018-08-01 18:46:27 -07:00
build.gradle Suppress lint errors in Dialog module. remove abortOnError=false (#19740) 2018-06-15 14:28:39 -07:00
cli.js Prettier the rest of ReactNative 2018-05-11 13:52:30 -07:00
gradlew
gradlew.bat
jest-preset.json Fix jest snapshot testing on windows 2018-05-31 12:58:05 -07:00
package.json Bump metro@0.43.2 2018-08-01 03:46:34 -07:00
react.gradle Android - Fix Drawable v4 paths in Android Artifact Resources (Libraries) 2018-05-01 04:16:21 -07:00
rn-cli.config.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
rn-get-polyfills.js Prettier the rest of ReactNative 2018-05-11 13:52:30 -07:00
runXcodeTests.sh Uniformizes how THIS_DIR is computed in xplat/js 2018-07-19 05:16:22 -07:00
settings.gradle Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
setupBabel.js Prettier the rest of ReactNative 2018-05-11 13:52:30 -07:00

README.md

React Native · Circle CI Status Build status npm version PRs Welcome

Learn once, write anywhere: Build mobile apps with React.

  • Build native mobile apps using JavaScript and React: React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components.
  • A React Native app is a real mobile app: With React Native, you don't build a "mobile web app", an "HTML5 app", or a "hybrid app". You build a real mobile app that's indistinguishable from an app built using Objective-C, Java, or Swift. React Native uses the same fundamental UI building blocks as regular iOS and Android apps. You just put those building blocks together using JavaScript and React.
  • Don't waste time recompiling: React Native lets you build your app faster. Instead of recompiling, you can reload your app instantly. With hot reloading, you can even run new code while retaining your application state. Give it a try - it's a magical experience.
  • Use native code when you need to: React Native combines smoothly with components written in Objective-C, Java, or Swift. It's simple to drop down to native code if you need to optimize a few aspects of your application. It's also easy to build part of your app in React Native, and part of your app using native code directly - that's how the Facebook app works.

The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.

See the official React Native website for an introduction to React Native.

Supported operating systems are >= Android 4.1 (API 16) and >= iOS 8.0.


Getting Started

Follow the Getting Started guide. The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios:


Documentation

The websites documentation is divided into multiple sections.

Another great way to learn more about the components and APIs included with React Native is to read their source. Look under the Libraries/Components directory for components like ScrollView and TextInput, for example. The RNTester example is also here to demonstrate some of the ways to use these components. From the source you can get an accurate understanding of each components behavior and API.

The React Native documentation only discusses the components, APIs and topics specific to React Native (React on iOS and Android). For further documentation on the React API that is shared between React Native and React DOM, refer to the React documentation.


Upgrading

React Native is under active development. See the guide on upgrading React Native to keep your project up-to-date.


Contributing

Read below to learn how you can take part in improving React Native.

Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes to React Native.

Beginner Friendly Bugs

We have a list of beginner friendly issues to help you get your feet wet in the React Native codebase and familiar with our contribution process. This is a great place to get started.


License

React Native is MIT licensed.

React Native documentation is Creative Commons licensed.