1.0.0 • Published 5 years ago

react-native-jumbled-sentence v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-native-jumbled-sentence

React Native npm module

installation

npm install https://github.com/HimaniRathi/react-native-jumbled-sentence

usage

<JumbledSentence 
    hint = {{title: "English Translation", description: "I am going to school"}}
    sentenceToJumble = {["मैं विद्यालय जा रहा हूँ"]}
    onSuccess = {this.onSuccess}
    onFailure = {this.onFailure}
/>

demo

npm.io

another usage

<JumbledSentence
    sentenceToJumble = {["she is going to the school", "is she going to the school"]}
    onSuccess = {this.onSuccess}
    onFailure = {this.onFailure}
/>

demo

npm.io