Add new components

- ActivityIndicator
- Portal
- StaticContainer
- StaticRenderer
This commit is contained in:
Nicolas Gallagher
2016-02-17 00:20:02 -08:00
parent 1c7fb4cb45
commit 3292ced765
26 changed files with 540 additions and 101 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ Used to locate a view in end-to-end tests.
```js
import placeholderAvatar from './placeholderAvatar.png'
import React, { Component, Image, PropTypes, StyleSheet } from 'react-native-web'
import React, { Component, Image, PropTypes, StyleSheet } from 'react-native'
export default class ImageExample extends Component {
constructor(props, context) {