导入chance.js以反应原生

时间:2017-04-18 19:29:07

标签: react-native

我正在尝试将机会js导入我当前的原生反应项目,但它返回错误。

enter image description here

解决

npm install chance
then in your app

// Load Chance
var Chance = require('chance');

// Instantiate Chance so it can be used
var chance = new Chance();

// Use Chance here.
var my_random_string = chance.string();

2 个答案:

答案 0 :(得分:1)

使用:

!NB Chance

- > chance带帽'C'

然后使用'c'小写rdd = sc.parallelize([('123', 2),('345', 3),('567', 9)]) df = spark.createDataFrame(rdd) rdd.write.csv(path='output_dir', sep='\t') 正常工作......

答案 1 :(得分:0)

import Chance from 'chance';
const chance = new Chance();

chance.string(); // "x(gAy#yo0^"