React native :Unable to resolve module Indeed, none of these files exist:
问题 I'm following this medium article to use FloatingTitleTextInputField in my react-native project below is my project structure Here is my code for HomeScreen.js import React, {Component} from 'react'; import {Text, View, TextInput, StyleSheet} from 'react-native'; import FloatingTitleTextInputField from './customComponents/floating_title_text_input_field'; export default class HomeScreen extends Component { render() { return ( // <View style={{flex: 1, justifyContent: 'center', alignItems: