Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Not work on iOS 10 #8

Closed
itrcz opened this issue Dec 21, 2017 · 1 comment
Closed

Not work on iOS 10 #8

itrcz opened this issue Dec 21, 2017 · 1 comment

Comments

@itrcz
Copy link

itrcz commented Dec 21, 2017

Is there any way to make SafeAreaView works on iOS 10 ?

import React from 'react';
import { AppRegistry, SafeAreaView, View, Text } from 'react-native';
class Application extends React.Component {
	render() {
		return (
			<SafeAreaView>
				<View style={{height:"100%", backgroundColor:"red"}}>
					<Text>SafeAreaView is not works</Text>
				</View>
			</SafeAreaView>
		)
	}
}
AppRegistry.registerComponent('gas', _ => Application);

Image

@itrcz itrcz changed the title Not works on iOS 10 Not work on iOS 10 Dec 21, 2017
@itrcz itrcz closed this as completed Dec 21, 2017
@itrcz
Copy link
Author

itrcz commented Dec 21, 2017

JS version works fine, native one is broken.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant