This website requires JavaScript.
Explore
Help
Sign In
zio
/
bsky-app
Watch
2
Star
0
Fork
You've already forked bsky-app
0
Code
Pull Requests
Packages
Releases
Activity
2a60faf4fe
bsky-app
/
__mocks__
/
expo-localization.js
2 lines
58 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[APP-549] Language controls for Whats Hot (#563) * Add a content-language preference control * Update whats hot to only show the selected languages and to refresh on lang pref changes * Fix lint * Fix tests * Add missing accessibility role
2023-05-03 06:06:55 +02:00
export
const
getLocales
=
jest
.
fn
(
)
.
mockResolvedValue
(
[
]
)