Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import {
AppRegistry,
} from 'react-native-macos';
import Finance from './Finance';
AppRegistry.registerComponent('Finance', () => Finance);
leftPane: {
marginTop: 26,
padding: 6,
paddingTop: 4,
paddingBottom: 20
},
rightPane: {
flex: 1,
paddingTop: 0,
paddingRight: 10
},
});
AppRegistry.registerComponent('MaterialColors', () => MaterialColors);
import ReactNative, {
AppRegistry
} from "react-native-macos"
import App from "./src/containers/app"
AppRegistry.registerComponent("Sax", () => App)