-
Updated
May 1, 2020
React Native
React Native is a JavaScript mobile framework developed by Facebook. It allows developers to build Android and iOS mobile apps using JavaScript and reuse code across web and mobile applications.
Here are 17,876 public repositories matching this topic...
-
Updated
May 4, 2020
-
Updated
May 1, 2020 - JavaScript
Taro能使用wxs吗?
能否出一个文档的 changelog?
-
Updated
May 5, 2020 - Swift
🚀 Feature request
Current Behavior
The type ErrorMessage doesn't have an id property.
Desired Behavior
It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.
Suggested Solution
Add id={this.props.id} to the outer component in ErrorMessage.
Who does this impact? Who is this
Issue type:
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
Steps to reproduce or a small repository showing the problem:
- Open
Getting started(https://typeorm.io/#/) in documentation - Hover the anchors and it will be marked as the examples below with undefined
https://typeorm.io/#undefined/quick-start`https://typeorm.io/#/undefined/ins
We've recently updated our github workflow to have 3 branches:
master - current version on npm that's live
next - upcoming features and changes
patch - bug fixes (usually released within a day)
We should update the contributing section on the website and maybe .github/CONTRIBUTING.md to let users know which branch they should base their changes on if they want to make a pull request.
Summary
Plugin helper function EnsureBot doesn't compare bot details and only checks if a bot already exists for the plugin. This causes EnsureBot to return invalid bot data when, for example, changing a bot username or trying to create multiple bots.
Steps to reproduce
- Create a plugin that uses
EnsureBotto create a bot with usernamefoo. - Install and run this plugin
Related: react-navigation/react-navigation#8160
We have a similar guide for React Router + Netlify https://github.com/expo/examples/tree/master/with-react-router#deploying-to-netlify
We should also have one for Now:
- Create
now.json:
{
"version": 2,
"routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }]
}On Joplin Desktop version, a very long URL break UI in note properties pop-up, button OK or Cancel is hide (out of view), ESC is not close th
-
Updated
May 5, 2020 - JavaScript
-
Updated
Apr 14, 2020 - JavaScript
-
Updated
May 6, 2020 - TypeScript
-
Updated
Apr 21, 2020 - Java
Custom auth strategy
We are trying to migrate to v4. But now we are failing because we have no clue how to setup a custom auth (api-key) strategy. In v3 we registered our custom api-key strategy at passport like this:
this.passport.use('apikey', new Strategy(verifier));
// and
app.configure(apikey({ header: config.apiKey.header }));Is there any documentation how to setup a custom (api-key) authentic
I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
jest.mock("reactotron-react-native");, but then I receive an error stating
TypeError: Cannot read property 'useReactNative' of undefined

Issue Description
Icon can accept an object with different attributes
Steps to Reproduce / Code Snippets / Screenshots
DeveloperSettings.SourceBundleHost and DeveloperSettings.SourceBundlePort are passed to the client JS for HMR, and default to localhost:8081 when these values are not set.
There isn't currently a way to set those values from ReactApplication, which makes it difficult to take advantage of Fast Refresh while developing on remote clients (such as an Xbox). Adding them to ReactInstanceSettings
...this boilerplate is awesome, thank you for sharing it guys
I've got my map fully rendered and usable but the compass never shows up. Here is an example of my map:
<MapView
customMapStyle={darkBlueMap}
moveOnMarkerPress={false}
provider={PROVIDER_GOOGLE}
ref={ref => this.mapView = ref}
showsCompass={true}
style={styles.mapView}>
{...}
</MapView>
Here is what my map looks like:
<img width="400" alt="screen shot 2017-10-25
-
Updated
May 6, 2020 - TypeScript
-
Updated
May 5, 2020 - TypeScript
A bit of context, we introduced swr two weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)
We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp
-
Updated
Apr 8, 2020 - TypeScript
-
Updated
Apr 27, 2020 - JavaScript
Feature-Request
Device File Explorer does not work well on non-rooted device. For this reason including functionalities for previewing the files saved in cache (videos and picture) from the basic example would help a lot the development and testing process.
Created by Facebook
Released January 2015
Latest release 27 days ago
- Repository
- facebook/react-native
- Website
- reactnative.com
- Wikipedia
- Wikipedia

Is your feature request related to a problem? Please describe.
I would like to be able to configure the iframe width in the same way I can already configure the height.
Describe the solution you'd like
To add a parameter similar to
iframeHeightthat will configure the width of the iframe. Ideal name would beiframeWidthDescribe alternatives you've considered
Any other met