-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Unless I am mistake, I should be able to substitute this:
return <Text style={styles.text}>Hello World!</Text>;
With this:
return React.createElement('Text', { style: styles.text }, 'Hello World!');
However, the above causes the application to fail as follows:
[native code]
global code
URL: http://localhost:8081/Examples/PropertyFinder/PropertyFinderApp.includeRequire.runModule.bundle
line: 5745
message: null is not a function (evaluating 'autoGenerateWrapperClass(tag)')"
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.