A framework for building native applications using React
COMMITS
/ Libraries/Components/View/View.js December 30, 2021
A
Update copyright headers from Facebook to Meta
Andres Suarez committed
October 13, 2021
D
Fix link in View.js
David Vacca committed
April 14, 2021
K
Update View to use import instead of require
Kacie Bawiec committed
February 2, 2021
M
Remove "use strict" directive from ES Modules
Micha Reiser committed
January 10, 2021
V
Back out "Add onFocus and onBlur to Pressable."
Valentin Shergin committed
January 8, 2021
I
Add onFocus and onBlur to Pressable. (#30405)
Igor Klemenski committed
February 24, 2020
R
Updating the URLs to point at new domain name reactnative.dev
Rachel Nabors committed
January 8, 2020
E
Attempted fix for view parenting issue
Eli White committed
August 9, 2019
L
Manual fixes for xplat/js/react-native-github
Logan Daniels committed
June 21, 2019
E
Make ViewNativeComponent use ES6 exports
Eli White committed
E
Remove extra component wrapper from View
Eli White committed
June 17, 2019
R
Revert D15780039: [RN Codegen] Add JS view config for View
Rick Hanlon committed
R
Add JS view config for View
Rick Hanlon committed
May 8, 2019
April 2, 2019
A
Android: Enable views to be nested within <Text> (#23195)
Adam Comella committed
December 14, 2018
G
Deploy v0.89
glevi@fb.com committed
December 3, 2018
C
Use `invariant` instead of `fbjs/lib/invariant`
Christoph Nakazawa committed
October 29, 2018
R
Fix View/Text displayName (#21950)
Rajiv Shah committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
August 23, 2018
T
RN: Reduce ForwardRef(View) Noise in Systrace
Tim Yung committed
August 9, 2018
W
Adding flow strict local to remaining possible files in xplat/JS
Wayne Cheng committed
E
Move View native require call to new file
Eli White committed
June 19, 2018
S
Fix more forwardRef displayNames
Spencer Ahrens committed
June 12, 2018
S
fix forwardRef displayName on Text and View
Spencer Ahrens committed
June 1, 2018
T
RN: Remove Native Prop Validation
Tim Yung committed
May 13, 2018
T
RN: Fix Type for ReactNative.NativeComponent (1/2)
Tim Yung committed
May 9, 2018
T
RN: Consistently Throw for <Text><View /></Text>
Tim Yung committed
T
RN: Switch `View` to `React.forwardRef`
Tim Yung committed
T
RN: Replace `context.isInAParentText` w/ React.createContext
Tim Yung committed
April 25, 2018
R
Remove @providesModule from all modules
Rubén Norte committed
March 10, 2018
E
Migrating View to be a Flow Typed ES6 class
Eli White committed
March 9, 2018
E
Tightening types for View and VirtualizedList
Eli White committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
January 15, 2018
V
Generalization of `isInAParentText` context
Valentin Shergin committed
V
Prettier for View, Image and co.
Valentin Shergin committed
November 17, 2017
H
Migrate to new documentation format
Héctor Ramos committed
October 20, 2017
A
Fix Flow errors at declaration of most major library components
ashoat committed
July 7, 2017
S
Replace React.createClass with create-react-class
Seth Fitzsimmons committed
June 21, 2017
B
Remove RN fiber createClass wrapper around View
Brian Vaughn committed
May 23, 2017
M
Add Prop type for View
Matt Mahoney committed
April 12, 2017
B
Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github
Brian Vaughn committed
March 28, 2017
B
Replaced View.propTypes with a static getter that warned about deprecation
Brian Vaughn committed
March 23, 2017
B
ReactNative moved View.propTypes to ViewPropTypes
Brian Vaughn committed
March 22, 2017
B
Added deprecation warning for View.* static accessibility traits accessors
Brian Vaughn committed
March 20, 2017
B
Support string return type from RN createReactNativeFiberComponentClass()
Brian Vaughn committed
February 28, 2017
V
`accessibilityViewIsModal` property was exposed for any view (iOS only)
Valentin Shergin committed
February 22, 2017
P
Merge AndroidConstants and IOSConstants into PlatformConstants
Pieter De Baets committed
February 3, 2017
T
RN: Export Accessibility Prop Types
Tim Yung committed
January 31, 2017
P
Ensure documentation has consistent relative links
Paul Mestemaker committed