UNPKG
react-native-keys
Version:
alpha (0.6.0-alpha.0)
latest (0.7.13)
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.6.0-alpha.0
0.5.14
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
🔐 Make protected .ENVs variables
github.com/numandev1/react-native-keys
numandev1/react-native-keys
react-native-keys
/
lib
/
typescript
/
plugin
/
src
/
index.d.ts
5 lines
•
220 B
TypeScript
View Raw
1
2
3
4
5
import
{
ConfigPlugin
}
from
'@expo/config-plugins'
;
import
{
PluginConfigType
}
from
'./pluginConfig'
;
declare
const
_default
:
ConfigPlugin
<
PluginConfigType
>;
export
default
_default;
//# sourceMappingURL=index.d.ts.map