fix(rn): import React from react package

This commit is contained in:
tmoldovan8x8 2021-08-17 13:14:20 +03:00 committed by GitHub
parent 4dc642fb4d
commit c23375793e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
// @flow
import React, { useCallback, useEffect, useRef } from '@atlaskit/checkbox';
import React, { useCallback, useEffect, useRef } from 'react';
import { useTranslation } from 'react-i18next';
import { FlatList } from 'react-native';
import { Text } from 'react-native-paper';