Skip to content

fix path-rn.js for release build #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2018
Merged

Conversation

eaa
Copy link
Contributor

@eaa eaa commented Oct 6, 2018

ReactNativeRender-prod.js
ReactNativeRender-profiling.js
have different form to check invariant:
invariant(
type.isInAParentText,
"Text strings must be rendered within a component."
),

ReactNativeRender-prod.js
ReactNativeRender-profiling.js
have different form to check invariant:
              invariant(
                type.isInAParentText,
                "Text strings must be rendered within a <Text> component."
              ),
@iyegoroff
Copy link
Owner

Thanks!

@iyegoroff iyegoroff merged commit f48c180 into iyegoroff:master Oct 6, 2018
@fukemy
Copy link

fukemy commented May 27, 2022

still problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants