mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
[react-packager][streamline oss] Move open sourced JS source to react-native-github
This commit is contained in:
21
Libraries/ReactIOS/NativeModules/RKRawText.js
Normal file
21
Libraries/ReactIOS/NativeModules/RKRawText.js
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* Copyright 2004-present Facebook. All Rights Reserved.
|
||||
*
|
||||
* @providesModule RKRawText
|
||||
* @typechecks static-only
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
var ReactIOSViewAttributes = require('ReactIOSViewAttributes');
|
||||
|
||||
var createReactIOSNativeComponentClass = require('createReactIOSNativeComponentClass');
|
||||
|
||||
var RKRawText = createReactIOSNativeComponentClass({
|
||||
validAttributes: {
|
||||
text: true,
|
||||
},
|
||||
uiViewClassName: 'RCTRawText',
|
||||
});
|
||||
|
||||
module.exports = RKRawText;
|
||||
Reference in New Issue
Block a user