Victorio Molina

Results 12 issues of Victorio Molina

Imagine the following project structure: ``` api/ users/ users.d.js contexts/ users/ users.d.js utils/ users/ users.d.js ``` In _utils/users/users.d.js_ I am defining the types that are reusable through the whole system....

I have a high order function in my code, like this: ``` /** * @memberof module:foo/bar * @function a * @returns {bCallback} The `b` function

## Documentation Feedback When we listen for ad errors (for example, in a rewarded ad), is it possible that the `RewardedAdEventType.EARNED_REWARD` and `AdEventType.CLOSED` callbacks have already been executed? I am...

help wanted

I am testing SafeAreaView but this seems not to work on Android. My app has a minimalistic design and I have hidden the status bar... So, that is why I...

I am using the following yarn script to compile my sass code: ```json "scripts": { "start": "parcel src/pages/index.html", "watch-sass": "sass --watch src/sass/main.scss src/css/styles.css", "compile-sass": "sass src/sass/main.scss src/css/styles.comp.css", "prefix-css": "postcss --use...

:clock1: Waiting
CSS

### Summary I am using expo-av to record audios in my app. This is my code: ```javascript const AUDIO_RECORDER_MODE = { allowsRecordingIOS: true, interruptionModeAndroid: InterruptionModeAndroid.DuckOthers, interruptionModeIOS: InterruptionModeIOS.MixWithOthers, playsInSilentModeIOS: true, playThroughEarpieceAndroid:...

**Describe the bug** I am rendering a Carousel with dynamic length inside a FlashList componente. When I scroll the 1st carousel to the 5th slide, and then scroll down my...

bug

### Minimal reproducible example https://github.com/expo/expo/blob/c32771d6b1df8aacf7b0aada2aaf556e1ac2ac4a/docs/pages/guides/authentication.mdx ### What platform(s) does this occur on? iOS ### Did you reproduce this issue in a development build? Yes ### Summary How do we handle...

needs review

### Ask your Question How could we get the height of the material bottom tab component?

question

Hey! I really like the idea of using `@component` to move the `prop-types` definitions to the docs. I have been trying to install the parcel bundler in my Expo project,...