Skip to content

Conversation

@ccheever
Copy link
Contributor

@ccheever ccheever commented Apr 8, 2015

Ex. When console.log or similar is called, this will call
the original method, which can be quite useful.

For example, under iOS, this will log to the Safari console debugger,
which has an expandable UI for inspecting objects, etc., and is also
just useful if you are using that as a REPL.

I don't believe this incurs a meaningful performance penalty unless
the console is open, but it would be easy to stick behind a flag
if that is a problem.

A slightly different version of this patch was submitted a while ago
and merged but something got screwed up with the merge and this change
was not actually pulled in. (See the weird unrelated commits and changes
attached to the PR #205)

Ex. When `console.log` or similar is called, this will call
the original method, which can be quite useful.

For example, under iOS, this will log to the Safari console debugger,
which has an expandable UI for inspecting objects, etc., and is also
just useful if you are using that as a REPL.

I don't believe this incurs a meaningful performance penalty unless
the console is open, but it would be easy to stick behind a flag
if that is a problem.

A slightly different version of this patch was submitted a while ago
and merged but something got screwed up with the merge and this change
was not actually pulled in. (See the weird unrelated commits and changes
attached to the PR #205)
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 8, 2015
…sole methods

- Fixed a small bug related to variable capture
- Made code more concise and hopefully clearer and more readbale
- Added a comment about what "native" refers to
ide pushed a commit to ide/react-native that referenced this pull request Apr 8, 2015
…inal console methods

- Fixed a small bug related to variable capture
- Made code more concise and hopefully clearer and more readbale
- Added a comment about what "native" refers to
ide pushed a commit to ide/react-native that referenced this pull request Apr 10, 2015
…inal console methods

- Fixed a small bug related to variable capture
- Made code more concise and hopefully clearer and more readbale
- Added a comment about what "native" refers to
ide pushed a commit to ide/react-native that referenced this pull request Apr 10, 2015
…inal console methods

- Fixed a small bug related to variable capture
- Made code more concise and hopefully clearer and more readbale
- Added a comment about what "native" refers to
ide pushed a commit to ide/react-native that referenced this pull request Apr 12, 2015
…inal console methods

- Fixed a small bug related to variable capture
- Made code more concise and hopefully clearer and more readbale
- Added a comment about what "native" refers to
ide pushed a commit to ide/react-native that referenced this pull request Apr 13, 2015
…inal console methods

- Fixed a small bug related to variable capture
- Made code more concise and hopefully clearer and more readbale
- Added a comment about what "native" refers to
@brentvatne
Copy link
Collaborator

Looks like #1333 is a dupe, closing 😄

@brentvatne brentvatne closed this May 28, 2015
ayushjainrksh referenced this pull request in MLH-Fellowship/react-native Jul 2, 2020
From react-native version 0.57.3 default simulator is no longer iPhone 6. More info - facebook@1d1a41e
acoates-ms pushed a commit to acoates-ms/react-native that referenced this pull request Aug 3, 2021
* Add high contrast API to AccessibilityInfo

* Make RCTAccessibilityManager require main queue setup

* Remove unnecessary removeObserver: call

* Add comment for macOS "high contrast" = "increase contrast"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants