Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32159111
react-native.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
978 B
Referenced Files
None
Subscribers
None
react-native.js
View Options
// @flow
import
type
ReactNativeAnimatedValue
from
'react-native/Libraries/Animated/nodes/AnimatedValue.js'
;
import
type
{
ViewToken
}
from
'react-native/Libraries/Lists/ViewabilityHelper.js'
;
export
type
{
Layout
,
LayoutEvent
,
ScrollEvent
,
}
from
'react-native/Libraries/Types/CoreEventTypes.js'
;
export
type
{
ContentSizeChangeEvent
,
KeyPressEvent
,
BlurEvent
,
SelectionChangeEvent
,
}
from
'react-native/Libraries/Components/TextInput/TextInput.js'
;
export
type
{
NativeMethods
}
from
'react-native/Libraries/Renderer/shims/ReactNativeTypes.js'
;
export
type
{
KeyboardEvent
}
from
'react-native/Libraries/Components/Keyboard/Keyboard.js'
;
export
type
{
EventSubscription
}
from
'react-native/Libraries/vendor/emitter/EventEmitter.js'
;
export
type
AnimatedValue
=
ReactNativeAnimatedValue
;
export
type
ViewableItemsChange
=
{
+
viewableItems
:
ViewToken
[],
+
changed
:
ViewToken
[],
...
};
export
type
EmitterSubscription
=
{
+
remove
:
()
=>
void
,
...
};
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Dec 7, 4:26 PM (18 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839565
Default Alt Text
react-native.js (978 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment