Compare commits

...
Author SHA1 Message Date
Nicola Corti ad5e321d39 Fix eslint warnings in react-native 2024-11-29 12:05:05 +00:00
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@
import type {RNTesterModule} from '../../types/RNTesterTypes';
import * as React from 'react';
import {StyleSheet, TextInput, View, Text} from 'react-native';
import {StyleSheet, Text, TextInput, View} from 'react-native';
const styles = StyleSheet.create({
contents: {
@@ -27,8 +27,8 @@ const {
StyleSheet,
Switch,
Text,
View,
TextInput,
View,
} = require('react-native');
class WithLabel extends React.Component<$FlowFixMeProps> {