Not quite sure what you're trying to achieve here.
React Native lets you build native, cross-platform apps on Android and iOS with React. You can checkout this yeoman generator as boilerplate.
Electron allows you to take a similar approach, but the build is targeted towards desktop apps (Windows, Linux and macOS). Checkout this generator.