Skip to content

Commit

Permalink
chore: New version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sevvaleygul0 committed Oct 27, 2022
1 parent d29649c commit 93349cb
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 206 deletions.
11 changes: 4 additions & 7 deletions example/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import {Dimensions, Text, View} from 'react-native';
import LanguagePicker, {ILanguagePicker} from './lib/LanguagePicker';
import LanguagePicker, {ILanguagePicker} from 'react-native-language-select';

const windowWidth = Dimensions.get('window').width;

Expand Down Expand Up @@ -42,8 +42,7 @@ const App = () => {
alignItems: 'center',
paddingTop: 50,
backgroundColor: '#EFEFEF',
}}
>
}}>
<Text
style={{
textAlign: 'center',
Expand All @@ -52,8 +51,7 @@ const App = () => {
color: '#454A62',
marginTop: 32,
marginBottom: 30,
}}
>
}}>
Language
</Text>
<Text
Expand All @@ -64,8 +62,7 @@ const App = () => {
fontSize: 13,
color: '#2F3452',
marginBottom: 40,
}}
>
}}>
You can choose the language and costumise your application in the
language you want
</Text>
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,10 @@ SPEC CHECKSUMS:
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
glog: cfec46900e485b4b7613ff79308c30791825f32c
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a
RCT-Folly: 6c7dfdb649d9eac5f93fa0891b11725aa9b2f1ed
RCTRequired: 66822c147facf02f7774af99825e0a31e39df42e
RCTTypeSafety: 309306c4e711b14a83c55c2816a6cc490ec19827
React: a779632422a918b26db4f1b57225a41c14d20525
Expand Down
11 changes: 0 additions & 11 deletions example/lib/LanguagePicker.style.ts

This file was deleted.

67 changes: 0 additions & 67 deletions example/lib/LanguagePicker.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions example/lib/language-item/LanguageItem.style.ts

This file was deleted.

74 changes: 0 additions & 74 deletions example/lib/language-item/LanguageItem.tsx

This file was deleted.

Binary file removed example/lib/local-assets/america.png
Binary file not shown.
Binary file removed example/lib/local-assets/check.png
Binary file not shown.
Binary file removed example/lib/local-assets/germany.png
Binary file not shown.
Binary file removed example/lib/local-assets/italy.png
Binary file not shown.
Binary file removed example/lib/local-assets/japan.png
Binary file not shown.
Binary file removed example/lib/local-assets/sweden.png
Binary file not shown.
Binary file removed example/lib/local-assets/turkey.png
Binary file not shown.
18 changes: 17 additions & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dependencies": {
"@freakycoder/react-native-bounceable": "^1.0.2",
"react": "18.0.0",
"react-native": "0.69.3"
"react-native": "0.69.3",
"react-native-language-select": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-language-select",
"version": "1.0.0",
"version": "1.1.0",
"description": "Useful and customizable language picker",
"main": "./build/dist/LanguagePicker.js",
"repository": "[email protected]:sevvaleygul0/react-native-language-picker.git",
Expand Down

0 comments on commit 93349cb

Please sign in to comment.