The reason why it’s used is because React Native’s build system is 100% based on it . It is used to compile your source code and serve it during development mode. In the same way that some build systems are based in JS using, say, Webpack, theirs is just a collection of Python scripts.
Why Python is needed for react native?
The reason why it’s used is because React Native’s build system is 100% based on it . It is used to compile your source code and serve it during development mode. In the same way that some build systems are based in JS using, say, Webpack, theirs is just a collection of Python scripts.