Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { CultureContext, Text, TextInput } from 'react-native-culture-text';
export default class example extends Component {
render() {
return (
<CultureContext translations={translations} culture="es">
<CultureContext translations={translations} culture="en">
<View style={styles.container}>
<Text style={styles.welcome}>
Welcome to React Native!
Expand Down
6 changes: 4 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
},
"dependencies": {
"react": "~15.4.0-rc.4",
"react-native": "0.40.0"
"react-native": "0.40.0",
"react-native-culture-text": "file:../"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0-rc.4"
"react-test-renderer": "~15.4.0-rc.4",
"sane": "^1.4.0"
},
"jest": {
"preset": "react-native"
Expand Down
5 changes: 4 additions & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2926,6 +2926,9 @@ react-deep-force-update@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.0.1.tgz#f911b5be1d2a6fe387507dd6e9a767aa2924b4c7"

"react-native-culture-text@file:../":
version "0.2.0"

react-native@0.40.0:
version "0.40.0"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.40.0.tgz#ca7b86a8e8fbc7653634ad47ca2ffd69fdf18ad5"
Expand Down Expand Up @@ -3242,7 +3245,7 @@ rx-lite@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102"

sane@~1.4.1:
sane@^1.4.0, sane@~1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/sane/-/sane-1.4.1.tgz#88f763d74040f5f0c256b6163db399bf110ac715"
dependencies:
Expand Down