fefe70126d
* `oauth-client-expo` * working on android * remove example app * tidy * tidy * Do not install full expo * tidy * chngeset * chngeset * load expo * tidy
10 lines
213 B
JSON
Executable File
10 lines
213 B
JSON
Executable File
{
|
|
"platforms": ["apple", "android", "web"],
|
|
"apple": {
|
|
"modules": ["ExpoAtprotoOAuthClientModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.atprotooauthclient.ExpoAtprotoOAuthClientModule"]
|
|
}
|
|
}
|