Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the project to react-native-localize #29

Merged
merged 28 commits into from
Jan 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9c9a04b
Move and update podspec file
zoontek Jan 24, 2019
dee050e
Update dependencies & prettier config
zoontek Jan 24, 2019
fa82dbd
Bump to 4.0.0
zoontek Jan 27, 2019
0caee42
Update README.md to reflect 4.0.0 changes
zoontek Jan 27, 2019
639e8a5
Add simulator screenshot
zoontek Jan 27, 2019
ebd9402
Merge branch '4.0.0' of github.com:react-native-community/react-nativ…
zoontek Jan 27, 2019
efef0d0
Update README with screenshot
zoontek Jan 27, 2019
8acb069
Add addListener()
zoontek Jan 27, 2019
627982a
Remove console.log
zoontek Jan 27, 2019
19623f9
Update SyncExample.js
zoontek Jan 27, 2019
f5f1315
Update AsyncExample.js
zoontek Jan 27, 2019
fb8a55e
Rename variable
zoontek Jan 27, 2019
f89d8d8
Return fahrenheit and celsius instead of symbols
zoontek Jan 27, 2019
49542d4
Replace screenshot with a more realistic configuration
zoontek Jan 27, 2019
1633c6b
Rename file to force Markdown preview refresh
zoontek Jan 27, 2019
a162180
Rename project to react-native-localize
zoontek Jan 28, 2019
3af4fee
Switch from constants to getters
zoontek Jan 28, 2019
8cd379c
Add findBestAvailableLanguage function
zoontek Jan 28, 2019
7f11024
Rename example files
zoontek Jan 28, 2019
6a6aefb
Update examples
zoontek Jan 28, 2019
6128881
Update screenshot
zoontek Jan 28, 2019
d83093b
Update package keywords
zoontek Jan 28, 2019
08ab739
Update API documentation
zoontek Jan 28, 2019
fdd5b2a
Remove CocoaPods installation
zoontek Jan 28, 2019
f02f8cd
Reset server
zoontek Jan 28, 2019
7a470b3
Fix missing space
zoontek Jan 28, 2019
f60c2ab
Update wording
zoontek Jan 29, 2019
61b9263
Merge branch '4.0.0' of github.com:react-native-community/react-nativ…
zoontek Jan 29, 2019
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 .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ munge_underscores=true
suppress_type=$FlowFixMe

[version]
^0.80.0
^0.91.0
20 changes: 10 additions & 10 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities
Expand Down
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ be closed if it doesn't provide the informations required.

### Describe your environment

* React-Native version
* Platform: iOS, Android, both?
* Device (which one?), simulator?
* OS version
* react-native-languages version
* Devtools: Xcode? Android Studio version?
* (Android only: buildToolsVersion)
- react-native-localize version
- react-native version
- Target platform: iOS, Android, both ?
- Device (which one?), simulator ?
- OS version
- DevTools: Xcode version ? Android Studio version ?
- (Android only: buildToolsVersion ?)

### How to repeat issue and example

Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"singleQuote": true
"trailingComma": "all"
}
Loading