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 15,859 public repositories matching this topic...
-
Updated
Feb 9, 2020 - JavaScript
The version 2 migration guide does not document the removal of setError
from form (not field) actions
Listing this as a breaking change may assist users migrating to version 2
https://github.com/jaredpalmer/formik/blob/master/packages/formik/MIGRATING-v2.md
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.
Current implementation missed webapp, but server and mobile are done: mattermost/mattermost-server#10145
Add a count, similar to the channel member icon, to the pinned post icon in the channel header.
The count should increment when a post is pinned and decrement when a post is unpinned.
 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
I am a user of react-router
and discovered react-navigation
while doing my first expo (SDK36) application.
I want to support web and native, after testing your demo, I wonder why there is a web
compatibility while the example does not support the web.
Also, expo documentation suggested that we use the react-router
Hi,
thank you for the awesome work on NativeBase.
I have gone through these following points
- Check latest documentation: https://docs
-
Updated
Feb 8, 2020 - TypeScript
in AntDesign glyph configs:
https://github.com/oblador/react-native-vector-icons/blob/master/glyphmaps/AntDesign.json
"folder1": 58978,
"file1": 58980,
"switcher": 59667,
"addfolder": 59668,
"folderopen": 59033,
"search1": 58992,
"ellipsis1": 58951,
"calendar": 59067,
"filetext1": 59032,
"copy1": 58952,
"jpgfile1": 59036,
"pdffile1": 59059,
"exclefi
Description
colorFilters are present in the README.md but are missing an explanation and example in the API.md file
Steps to Reproduce
- Go to the API docs https://github.com/react-native-community/lottie-react-native/blob/master/docs/api.md
Expected behavior: As a Developer I'd like to see how to use colorFilters
Actual behavior: Adequate colorFilter documentation
When a code block is displayed, add a "Copy" button in the top-right hand corner. Clicking on it should copy the code to the clipboard. That button should only be displayed when the user moves the mouse over the code block.
Note that this feature should be added to the joplin-renderer
Platforms
- Desktop
- Mobile
.
Steps to Reproduce / Code Snippets / Screenshots
Steps to reproduce:
- Reduce the width of browser to a certain extent.
- Open settings page by clicking on gear icon on top right.
- The first setting in the menu opens directly,
Your Account
opens for user settings whileOrganization Profile
opens for organization settings.
 x64 Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
Memory: 24.29 GB / 47.92 GB
Binaries:
Node: 10.15.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.17.3 - C:\Users\aschultz\AppData\Roaming\npm\yarn.CMD
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
npmPack
We have a bunch of command line options available like --boilerplate
, --skip-git
, and --no-detox
, and probably others.
We should make sure these are documented in /docs/ignite-commands
, and also list all available options when ignite --help
is run.
Bug
For the component Marker, the type of value retrieved from onPress={e => console.log(e.nativeEvent)}
does not match the documentation NOR the index.d.ts
What is being logged :
{ action: "marker-press", coordinate: { latitude: 0, longitude: 0 }, id: "unknown", target: 77 }
Environment info
React native info output:
-
Updated
Feb 9, 2020 - TypeScript
Which OS Windows 10
Version
Which versions are you using:
- react-native-swiper v1.5.14
- react-native v2.0.1
- expo v2.21.1
Expected behaviour
Dots or page should update on swipe
Actual behaviour
It swipes as expected but the dot and page number does not update
How to reproduce it>
To help us, please fork this component, modify one example in examples f
I need a library as I can use it like a OPENCV. I want to obtain some information about the photo that I have taken before ? These informations are white/black balance , blur, reflection so on. Can I get this information by using react-native-camera library ?
onGameEnd...
... seems to be missing. When running in multiplayer mode endGameIf
is called only server side. Isn't it natural to provide onGameEnd
option ?
-
Updated
Feb 9, 2020 - JavaScript
Created by Facebook
Released January 2015
Latest release 3 months ago
- Repository
- facebook/react-native
- Website
- reactnative.com
- Wikipedia
- Wikipedia
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
Then when I ran:
npx -p @storybook/cli sb init
I get the error
TypeError: Cannot set property 'storybook' of undefined
This is the full message in my terminal: