diff --git a/404.html b/404.html index d4e9237b5..222012ec9 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ -404: This page could not be found

404

This page could not be found.

\ No newline at end of file +404: This page could not be found

404

This page could not be found.

\ No newline at end of file diff --git a/_next/static/IREhZVUVlSWKdmMGX2tNE/_buildManifest.js b/_next/static/S9D_o4wT8Vj4f8un0pxwJ/_buildManifest.js similarity index 100% rename from _next/static/IREhZVUVlSWKdmMGX2tNE/_buildManifest.js rename to _next/static/S9D_o4wT8Vj4f8un0pxwJ/_buildManifest.js diff --git a/_next/static/IREhZVUVlSWKdmMGX2tNE/_ssgManifest.js b/_next/static/S9D_o4wT8Vj4f8un0pxwJ/_ssgManifest.js similarity index 100% rename from _next/static/IREhZVUVlSWKdmMGX2tNE/_ssgManifest.js rename to _next/static/S9D_o4wT8Vj4f8un0pxwJ/_ssgManifest.js diff --git a/build.html b/build.html index c3eb1e6a4..472834737 100644 --- a/build.html +++ b/build.html @@ -11,7 +11,7 @@ --nextra-primary-hue: 30deg; --nextra-primary-saturation: 100%; } -
Build a library

Build a React Native library

+
Build a 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"
     }

-

Demo

\ No newline at end of file +

Demo

Scaffold a libraryFAQ
\ No newline at end of file diff --git a/create.html b/create.html index ca7c6b1e5..a3b244a23 100644 --- a/create.html +++ b/create.html @@ -11,7 +11,7 @@ --nextra-primary-hue: 30deg; --nextra-primary-saturation: 100%; } -
Scaffold a library

Scaffold a React Native library

+
\ No newline at end of file +
\ No newline at end of file diff --git a/faq.html b/faq.html index f446cd04a..8dd08cb60 100644 --- a/faq.html +++ b/faq.html @@ -11,7 +11,7 @@ --nextra-primary-hue: 30deg; --nextra-primary-saturation: 100%; } -
FAQ

Frequently Asked Questions

+
FAQ

Frequently Asked Questions

Why should I compile my project with react-native-builder-bob?

We often write our library code in non-standard syntaxes such as JSX, TypeScript etc. as well as proposed syntaxes which aren't part of the standard yet. This means that our code needs to be compiled to be able to run on JavaScript engines.

When using the library in a React Native app, Metro handles compiling the source code. However, it's also possible to use them in other targets such as:

@@ -126,4 +126,4 @@

It's also necessary to use node-modules linker. To use it, consumers can add the following to the .yarnrc.yml file in the root of their project:

nodeLinker: node-modules
-

\ No newline at end of file +
\ No newline at end of file diff --git a/index.html b/index.html index 586a79e58..3975f5df8 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,9 @@ --nextra-primary-hue: 30deg; --nextra-primary-saturation: 100%; } -
Introduction

Introduction

+
\ No newline at end of file +
\ No newline at end of file