-
Notifications
You must be signed in to change notification settings - Fork 3
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
Getting the following error #2
Comments
I mean, I understand it fails to initialize the text component, but why? |
same problem here RCTText so as mentioned here |
And that will work? Can you post the example here? |
yes it works fine without any errors
and in the
for |
And the |
Thank you @Ahmedhamed77, making this update now! |
@oferRounds For all intent and purposes, yes it is. See export at line 71, in TextNativeComponent.js // ./react-native/Libraries/Text/TextNativeComponent.js
export const NativeText: HostComponent<NativeTextProps> =
(createReactNativeComponentClass('RCTText', () =>
createViewConfig(textViewConfig),
): any); |
@Ahmedhamed77 @peterpme do you have any idea if |
Any idea?
The text was updated successfully, but these errors were encountered: