UNPKG
securehybridapptesting
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Security Testing for react-native component
github.com/kaddy645/HybridSecure
kaddy645/HybridSecure
securehybridapptesting
/
index.js
11 lines
(8 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@format
*/
import
{
AppRegistry
}
from
'react-native'
;
import
HybridTest
from
'./HybridTest'
;
import
{ name
as
appName }
from
'./app.json'
;
AppRegistry
.
registerComponent
(appName,
() =>
HybridTest
);
export
default
HybridTest
;