Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'B1G2GM9NG0',
'aadef574be1f9252bb48d4ea09b5cfe5'
);
const styles = StyleSheet.create({
safe: {
flex: 1,
backgroundColor: '#252b33',
},
container: {
flex: 1,
backgroundColor: '#FFFFFF',
},
});
const VirtualRefinementList = connectRefinementList(() => null);
class App extends React.Component {
root = {
Root: View,
props: {
style: {
flex: 1,
},
},
};
state = {
isModalOpen: false,
searchState: {},
};