Vijay Bindraban

Results 16 issues of Vijay Bindraban

Is there a reason why the horizontal scroll is always visible? ```css .page > .main { width: 70%; overflow-x: scroll; } ```

Fixes https://github.com/react-native-webview/react-native-webview/issues/3189 and https://github.com/react-native-webview/react-native-webview/issues/1861

**Describe the bug** lerna removed the `useWorkspaces` option in v7. **To Reproduce** Steps to reproduce the behavior: 1. Run command 'yarn run bootstrap' 2. See error ``` $ rm -rf...

bug

**Describe the bug** App doesn't autostart when running `npx rnv run -p android` **To Reproduce** Steps to reproduce the behavior: 1. Run command 'npx rnv run -p android' 2. See...

bug

Fixes https://github.com/microsoft/react-native-code-push/issues/2624

I am trying to change the output of `ares-package` filename but it seems it doesn't work. Looking as the help section, this should generate the file called `foopkg_1.0.1.ipk`: ``` ares-package...

# Bug Trying to build windows version. #### Unexpected behavior ```bash × Building Solution: Microsoft.ReactNative.Managed.CodeGen -> C:\Users\NUCPC\***\node_modules\react... × Build failed with message ImageView.obj : error LNK2001: unresolved external symbol CLSID_D2D1BitmapSource...

### Steps to Reproduce 1. Install react-native 2. npm install react-native-svg 3. Install react-native-windows (https://reactnative.dev/docs/out-of-tree-platforms) 4. npx react-native run-windows ### Expected Behavior To build app. ### Actual Behavior React-native-windows `0.72`...

**Describe the bug** When i run `npx rnv run -p android` (or `androidtv`) it targets both the `android` and the `androidtv` sim. I am getting the following message: ``` ⠼...

bug

I am trying to add codepush but it requires some [install steps](https://learn.microsoft.com/en-us/appcenter/distribution/codepush/rn-get-started#android-setup). The documentation doesn't state anything about altering the `settings.gradle` and the existing plugins don't alter the `settings.gradle` to...

question