Skip to content

Conversation

@miguelSWE
Copy link
Contributor

@miguelSWE miguelSWE commented Oct 5, 2021

Hi there,
Just updating the hermes docs, which I hope you agree with

At Mixcloud we have a bit of a non-standard way of loading the JS bundle (and I'm sure other people do too) 👀

By reading the docs, you get the idea that as soon as the HermesInternal variable is available - that you are using the Hermes engine (and you are).

However, you're still not necessarily making use of the HermesEngine generated bytecode - the .hbc file

This is certainly a small change but it makes it clearer and prevents other people from being induced in error like we did 😄

Thank you for all your work 👍

Screenshot
image

@facebook-github-bot
Copy link

Hi @limaAniceto!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@netlify
Copy link

netlify bot commented Oct 5, 2021

✔️ Deploy Preview for react-native ready!

🔨 Explore the source changes: 373b19d

🔍 Inspect the deploy log: https://app.netlify.com/sites/react-native/deploys/615c45922c87c10007254a93

😎 Browse the preview: https://deploy-preview-2804--react-native.netlify.app

@netlify
Copy link

netlify bot commented Oct 5, 2021

✔️ Deploy Preview for react-native ready!

🔨 Explore the source changes: 55e2947

🔍 Inspect the deploy log: https://app.netlify.com/sites/react-native/deploys/616024c83c172f00074d36d4

😎 Browse the preview: https://deploy-preview-2804--react-native.netlify.app

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

miguelSWE and others added 3 commits October 8, 2021 10:27
Copy link
Collaborator

@Simek Simek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@limaAniceto Thank you for all review updates,! 🙏 LGTM!

PS. The markdown files are a base for website pages, not all of them render correctly on GitHub, so generally is better to test the changes in preview deploys. 🙂

The page you have updated is there:

@Simek Simek merged commit 96d08ff into facebook:main Oct 8, 2021
sunnylqm added a commit to reactnativecn/react-native-website that referenced this pull request Oct 9, 2021
* Add a note about where to place the Gradle vars (facebook#2776)


Co-authored-by: Gijs Weterings <me@gijsweterings.nl>

* Update appstate.md (facebook#2778)


Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

* Animations: remove unused style object (facebook#2780)

* Force `trim@^1.0.1` resolution (facebook#2782)

* Bump axios from 0.21.1 to 0.21.4 (facebook#2783)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v0.21.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add help relating to Android intent queries (facebook#2774)

* Add help relating to Android intent queries

On Android 11 in order for `Linking.canOpenUrl` to return `true` the scheme/intent must be specified in AndroidManifest.xml and queryable. This is not currently clear in the documentation even though specific instructions are given for iOS.

* Tweaks from prettier linting.

* Fix spelling mistakes.

Co-authored-by: Gijs Weterings <me@gijsweterings.nl>

* Ensure AndroidManifest.xml example matches the descriptive text.

Co-authored-by: Gijs Weterings <me@gijsweterings.nl>

* Improve wording in the description for the example code.

Co-authored-by: Gijs Weterings <me@gijsweterings.nl>

* Split sentence in two to improve readability

Co-authored-by: Gijs Weterings <me@gijsweterings.nl>

Co-authored-by: Gijs Weterings <me@gijsweterings.nl>

* docs: add fragment to native-components-android.md (facebook#2599)

* docs: add fragment to native-components-android.md

As a Javascript / React-Native developer I had a hard time figuring out how to integrate a custom native SDK to React Native with the help of Android Fragments. Please correct anything that you wish. This information took me 3 days to figure out, especially the part with `setupLayout` and `manuallyLayoutChildren` so I wish an example like this was available in the official documentation. I was expecting the code without `setupLayout` and `manuallyLayoutChildren` but i had no luck. If somebody has any better solution in your team, or any explanation, it would also be really nice to state in the documentation

* chore: fix linting errors

* chore: fix alex errors

* docs: update native-components-android.md

* docs: update native-components-android.md

- add missing imports
- remove extra spaces
- remove unnecessary double cast
- remove unnecessary comment

* Bump semver-regex from 3.1.2 to 3.1.3 (facebook#2788)

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prismjs from 1.24.0 to 1.25.0 (facebook#2787)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove the link to 2021 React Community Survey (facebook#2784)

* Bump ansi-regex to ^5.0.1 to fix CVE-2021-3807 (facebook#2794)

* Release 0.66 Post (facebook#2797)

* Add post and assets

* Fix lint

* Update links and image

* Ignore alex warning

* Fix linking for highlights

* Capitalize Bluetooth and align titles

* Capitalize Bluetooth and align titles

* Missed one Bluetooth

* Credit mikehardy

* Cut 0.66 docs (facebook#2798)

* update link troubleshooting (facebook#2799)

* Update handling-text-input.md (facebook#2795)

* Update tsconfig.json example (facebook#2796)

* fix preview deploy failure due to links in older blog posts (facebook#2803)

* add section of `stickyHeaderHiddenOnScroll` option (facebook#2801)

* Update native-modules-android.md (facebook#2791)

* Update native-modules-android.md

Those two methods are missing in the documentation and an exception is sent if they are not in the code.

Co-authored-by: Simon BRUNOU <simon.brunou@bystamp.com>

* Update linking.md (facebook#2802)

* [Docs] Add an asterisk note to the hermes bundle is in use (facebook#2804)

Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com>
Co-authored-by: Gijs Weterings <me@gijsweterings.nl>
Co-authored-by: Luis Durão <luis.p.durao@gmail.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Titus Efferian <kiritosato@gmail.com>
Co-authored-by: Timothy Yung <yungsters@fb.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Leonard <mike.r.leonard@gmail.com>
Co-authored-by: Fazekas Dániel <daniel.tamas.fazekas@gmail.com>
Co-authored-by: Ivan Moskalev <ivan.moskalev@gmail.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: Luna <luwe@fb.com>
Co-authored-by: Luis Medina Huerta <luism3861@gmail.com>
Co-authored-by: Nana Asiedu-Ampem <nanaasiedu0@gmail.com>
Co-authored-by: David NRB <4661784+retyui@users.noreply.github.com>
Co-authored-by: guruguru-dekiruko <40130327+grgr-dkrk@users.noreply.github.com>
Co-authored-by: Simon <5848809+simonbrunou@users.noreply.github.com>
Co-authored-by: Simon BRUNOU <simon.brunou@bystamp.com>
Co-authored-by: Jens Kuhr Jørgensen <jenskuhr4@gmail.com>
Co-authored-by: limaAniceto <lima.aniceto@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants