From 43a016cd05c16350537cfbd0c9c14b03342c45f5 Mon Sep 17 00:00:00 2001 From: satya164 Date: Fri, 24 Nov 2023 12:50:12 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20callstac?= =?UTF-8?q?k/react-native-builder-bob@c233fed21e9a67e20207eedb84c85e9e2c0f?= =?UTF-8?q?985c=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- .../_buildManifest.js | 0 .../_ssgManifest.js | 0 build.html | 4 ++-- create.html | 4 ++-- faq.html | 4 ++-- index.html | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) rename _next/static/{rk6BOdyh-aYNNdm5lRZAR => mRxN3HRfQbGFrsDLUyLiW}/_buildManifest.js (100%) rename _next/static/{rk6BOdyh-aYNNdm5lRZAR => mRxN3HRfQbGFrsDLUyLiW}/_ssgManifest.js (100%) diff --git a/404.html b/404.html index 64d6b0f09..e85f8975d 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/rk6BOdyh-aYNNdm5lRZAR/_buildManifest.js b/_next/static/mRxN3HRfQbGFrsDLUyLiW/_buildManifest.js similarity index 100% rename from _next/static/rk6BOdyh-aYNNdm5lRZAR/_buildManifest.js rename to _next/static/mRxN3HRfQbGFrsDLUyLiW/_buildManifest.js diff --git a/_next/static/rk6BOdyh-aYNNdm5lRZAR/_ssgManifest.js b/_next/static/mRxN3HRfQbGFrsDLUyLiW/_ssgManifest.js similarity index 100% rename from _next/static/rk6BOdyh-aYNNdm5lRZAR/_ssgManifest.js rename to _next/static/mRxN3HRfQbGFrsDLUyLiW/_ssgManifest.js diff --git a/build.html b/build.html index e94834ef1..2ace958b8 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:

    @@ -168,4 +168,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 e40af9da6..fe9241233 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 bac0d0421..abeced281 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 1b19ee230..e541d9ce8 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