1.0.7 • Published 7 years ago

react-neutral v1.0.7

Weekly downloads
10
License
Apache-2.0
Repository
github
Last release
7 years ago

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>
);
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago