Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6290

My Expo project suddenly start showing Typescript missing, install. Whereas I am not using typescript at all

$
0
0

I am new to react-native and expo stuff. I was working on an application that worked fine until I installed react-native-wifi-reborn.

I was following this article since I wanted to connect to wifi from the app (This was the requirement).

After adding react-native-wifi-reborn, my project started without issues until I got an error in WifiManager.connectToProtectedSsid usage.It was a logical error and I made small code changes (I was passing the incorrect wifi password), restarted the project, and started getting the below error. I tried removing react-native-wifi-reborn and now I tried googling it but no luck. This error just won't go.

I am getting the below error whenever I try to run the project, it was working fine till nowError

My app.jsonapp.json

babel.config.json

babel.config.json

package.json

package.json

Project Structure

project structure

Ps: I don't want to install typescript, not comfortable using it. Please help how to fix.


Viewing all articles
Browse latest Browse all 6290

Trending Articles