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

Switch from deprecated kotlin method #22225

Merged
merged 3 commits into from
Apr 21, 2023
Merged

Switch from deprecated kotlin method #22225

merged 3 commits into from
Apr 21, 2023

Conversation

hbiede
Copy link
Contributor

@hbiede hbiede commented Apr 21, 2023

Why

toLowerCase is deprecated, switch to lowercase function

How

sed -i '' -E -e 's|toLowerCase|lowercase|g' packages/**/*.kt

Test Plan

No testing should be necessary

Checklist

hbiede and others added 2 commits April 21, 2023 15:45
Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Apr 21, 2023
@wschurman wschurman merged commit 35db73a into expo:main Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants