10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"platforms": ["apple", "android"],
|
|
"apple": {
|
|
"modules": ["RebreakProtectionModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.rebreakprotection.RebreakProtectionModule"]
|
|
}
|
|
}
|