skip to Main Content

React Native – how to disable touchable opacity voice

i'm trying to create an app and i'm using touchable opacity instead of button. i just wanna disable voice that on press touchable opacity component. <TouchableOpacity activeOpacity={1} touchSoundDisabled={true} onPress={this._onPress}> ... </TouchableOpacity> i tried to touchSoundDisabled={true} but not working

VIEW QUESTION

Module not found: Error: Can't resolve './Firebase'

I am new to react and i have been trying to initialize firebase into my react app. import firebase from 'firebase/compat/app'; import 'firebase/compat/auth'; import 'firebase/compat/firestore'; var firebaseConfig = { apiKey: "AIzaSyCvSb1gFiUYMJA4SbsKlJvhFwJ8IFjSwkg", authDomain: "raya-feedback.firebaseapp.com", databaseURL: "https://raya-feedback-default-rtdb.europe-west1.firebasedatabase.app", projectId: "raya-feedback", storageBucket: "raya-feedback.appspot.com", messagingSenderId:…

VIEW QUESTION
Back To Top
Search