andrewwebber / rnwindows

Demo React Native Windows issue using simple NPM packages like 'uuid'

Repository from Github https://github.comandrewwebber/rnwindowsRepository from Github https://github.comandrewwebber/rnwindows

React Native Windows Issue

Crypto

This example simply downloads the NPM package 'uuid' and attempts to put a guid into a text block.

var uuid = require('uuid');

class rnwindows extends Component {
  render() {
    return (
      <View style={styles.container}>
        <Text style={styles.welcome}>
          {uuid.v4()}
        </Text>        
      </View>
    );
  }
}

iSO Emulator

iOS

Windows Desktop

iOS

About

Demo React Native Windows issue using simple NPM packages like 'uuid'


Languages

Language:C# 38.2%Language:Objective-C 27.8%Language:JavaScript 15.8%Language:Python 10.4%Language:Java 7.8%