-
Hello,
In my react native app I have inputs and texts that needs currency format. This component works fantastic with Inputs, but there is a way to use formatter function on Text tag, or use TextIn…
-
Expo React Native App - Not supported
### Sample code
```javascript
({
babel: {
presets: ["babel-preset-expo"]
},
plugins: ['jsdom-quokka-plugin']
})
import React, {…
-
Consolidates #744, #39
-
The reason I would want to use something like this is to format numbers according to the user's locale.
But the example in the README shows the locale being explicitly set at the root of the applicat…
-
http://plnkr.co/edit/c7OS1pwI5IjAAs5cEi5s?p=preview
In the example above, clicking the Administration nav element shows a view with two tabs, Users and Roles.
These correspond to the states `admin.u…
-
- [x ] I have reviewed the [documentation](https://facebook.github.io/react-native)
- [x ] I have searched [existing issues](https://github.com/facebook/react-native/issues)
- [x ] I am using th…
-
I am trying to save an an array of objects into a db using `db.collection.insert` but I am getting this error:
```
{"code":11000,"index":93,"errmsg":"insertDocument :: caused by :: 11000 E11000 dupli…
-
The "Authorize Payment" header appears and nothing happens.
![screenshot 2018-07-23_14-25-54](https://user-images.githubusercontent.com/6899449/43073857-aac8fe22-8e98-11e8-8960-a9c4ce488813.png)
![s…
-
Hello
I am trying to connect a vscode debugger to my expo react native app on my physical phone but after I get the message 'established a connection' and after I reload my app, vscode doesn't hit …
-
Is there a way user FormattedMessage in Pickers Items Labels. I tried like
``
But it show this Error:
> malformed calls from js
Any fix?