Build a React Native library
+Build a React Native library
When code is in non-standard syntaxes such as JSX, TypeScript etc, it needs to be compiled before it can run. Configuring this manually can be error-prone and annoying. react-native-builder-bob
aims to simplify this process by wrapping babel
and tsc
and taking care of the configuration. See this section for a longer explanation.
Supported targets are:
-
@@ -186,4 +186,4 @@
"scripts": {
"prepare": "bob build"
}
"scripts": {
"prepare": "bob build"
}