Obtenir une erreur de 'expo-speech'

Unable to resolve module expo-speech from C:\Users\Marivaux BAMPENDE\Documents\Mes Projets\appliMobileExpo1\myapp\components\About.js: expo-speech could not be found within the project or in these directories:
node_modules

If you are sure the module exists, try these steps:

  1. Clear watchman watches: watchman watch-del-all
  2. Delete node_modules and run yarn install
  3. Reset Metro’s cache: yarn start --reset-cache
  4. Remove the cache: rm -rf /tmp/metro-*
    1 | import React from ‘react’;
    2 | import { View, Text, StyleSheet } from ‘react-native’;

3 | import * as Speech from ‘expo-speech’;
| ^
4 |
5 |
6 | export default function About() {

hi- you probably need to run expo install expo-speech

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.