Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(props) {
super(props);
this.state = {
bounceValue: new Animated.Value(1)
};
registerApp('wxb24c445773822c79');
if (!AV.applicationId) {
AV.init({
appId: 'Tfi1z7dN9sjMwSul8sYaTEvg-gzGzoHsz',
appKey: '57qmeEJonefntNqRe17dAgi4'
});
}
}