react-neutral

1.0.7 • Public • Published

react-neutral

Universal react components working on the web and react-native.

Web components

import React from 'react';
import View, { Text, Image, Anchor } from 'react-native';
 
return default () => (
  <View>
    <Image src="/profile/zlatko/picture" />
    <Text>Hello, </Text>
    <Anchor href="/profile/zlatko">Zlatko</Anchor>
  </View>
);

Readme

Keywords

none

Package Sidebar

Install

npm i react-neutral

Weekly Downloads

1

Version

1.0.7

License

Apache-2.0

Last publish

Collaborators

  • zlatkofedor