import React, { Component } from 'react';
import { View } from 'react-native';
import Wordpress from 'react-native-wordpress';
type Props = {};
export default class App extends Component<Props> {
render() {
return (
<View style={{ flex: 1 }}>
<Wordpress url={'https://webrazzi.com/'} />
</View>
);
}
}
i tried this code and get blank white screen with iPhone 6 Simulator