Exact-by-default codemod for react-native-github

Summary:
We are rolling out exact-by-default syntax to xplat/js.

I had to manually move around some comments to preserve proper placement.

Changelog: [Internal]

Reviewed By: jbrown215

Differential Revision: D18633611

fbshipit-source-id: 48f7468dcc55b1d00985419d035a61c6820b3abe
This commit is contained in:
George Zahariev
2019-11-21 09:38:13 -08:00
committed by Facebook Github Bot
parent 1ad0862363
commit 8553e1acc4
205 changed files with 879 additions and 379 deletions
@@ -30,7 +30,7 @@ const {
* - The app renders fine
* - The nativeID property is passed to the native views
*/
class NativeIdTestApp extends React.Component<{}> {
class NativeIdTestApp extends React.Component<{...}> {
render(): React.Node {
const uri =
'data:image/gif;base64,' +