Blixit
Blixit
Hi, I've tested Ace-Grammar on the site, the result is impressing. I would like to add it to my ace editor but I don't figure out what files are necesary....
I had the same issue yesterday ! you need to update the package.json with right version and run "expo install" to apply the changes.
I can do that this weekend
After investigation, the bad version comes from the execution of `npx create-react-native-app ${name} -t with-typescript` in the `createBaseProject()` function from `src/buidler/index.ts`. The template `with-typescript` is defined here https://github.com/expo/examples/tree/master/with-typescript. You can...
I submitted the PR: https://github.com/expo/examples/pull/342
@francesco-clementi-92 @cawfree my PR has been merged. There is no need to update the current package.
> We had a security audit of our app done and they were able to retrieve the username/password in the keychain We are facing the same issue after a security...
I'm getting the same issue but with a different pattern ```ts import {Database} from '@nozbe/watermelondb'; import {withDatabase} from '@nozbe/watermelondb/DatabaseProvider'; import withObservables, {ExtractedObservables} from '@nozbe/with-observables'; import React from 'react'; import {withTheme}...
I'm getting the same issue when installing `[email protected]` ``` node v19.3.0 npm 9.2.0 ``` The issue comes from create-react-native-app was already reported here: [create-react-native-app](https://github.com/expo/create-react-native-app/issues/917) EDIT https://github.com/expo/create-react-native-app/issues/917#issuecomment-1412239393
I noticed something really strange: if I run the command with --verbose option, it works out. It's not a fix but it can prevent from being stuck while a solution...