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 16,234 public repositories matching this topic...
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
npx create-react-app taskbox
cd taskbox
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:
sb init - the simplest way to add a
-
Updated
Mar 4, 2020
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Mar 4, 2020 - Swift
📖 Documentation
https://jaredpalmer.com/formik/docs/guides/validation
In your validation guide you use the setTimeout example to validate something nonexistent.
What if I have to store a product and display optional errors returned from server? The logical flow is to make that request in submit method, not in validate because validation is a boolean operation which should not modify
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.
Issue type:
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[x] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify all files in components/file_preview (not sub-directories included) and associated test files.
Below is a checklist of items you should be doing to migrate:
- < ] Rename the files to their associated TypeScript extensions (ie.
jstots,jsxtotsx
I am posting here because I could find no other way to post about issues with the Docs.
Feel free to delete the post after reading it, but please, spread the word internally between React Navigation's Docs maintainers and developers as this is not something to be left unhandled.
To anyone that is starting up with React Native, and just barely discovered this thing called React Navigation - but
Environment
Joplin version: 1.0.179 and git master 6542a60d
Platform: macOS (but irrelevant)
OS specifics: 10.14.6
Steps to reproduce
- create a folder (
A) with a sub-folder (A.1) and a sub-sub-folder (A.1.1) - create a note
xyzinA.1.1 - collapse the folders and sub-folder in
A - global search:
xyz - click on the folder icon
In: Folder A.1.1
<img width=
Hi,
thank you for the awesome work on NativeBase.
I have gone through these following points
- Check latest documentation: https://docs
Users using react: 16.9.0 and react-native: 0.61.5 should not be dragging the fonts folder into the project in xcode. They only need to update the PList.
Case
Suggestion
Issue
Typed database with predefined collection should enforce schema when create that collection.
Code
type Person = { name: string }
type MyDB = { people: RxCollection<Person> }
const db = await rxjs.create<MyDB>()
await db.collection({
name: 'people', // 'people' keyof MyDB?
schema: {} // then enforce schema based on Person
})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
I already uploaded my application to my github repository.
Heroku detects every change I make in my rest-api / branch and automatically deploys it.
I have already read all the information about this but I have not found anything to solve my problem.
e. g feathersjs/docs#66 or
https://stackoverflow.com/questions/47270219/deploy-feathersjs-app-on-heroku and many mo
-
Updated
Mar 3, 2020 - JavaScript
Hello!
Reactotron provides nice feature of exporting whole API calls to markdown, which I've noticed recently and started using heavily to communicate bugs to backend developers.
Would be great if those markdown exports also included local timestamp, as it'd allow backend developers to correlate my logs with theirs. It's especially important for timeout cases where I don't have any of their
Docs on Docasaurus
N.B. This issue is a WIP and related to wix/react-native-navigation#5399.
Using this to track work on the new and improved documentation. Originally started here, but there is currently a need for a somewhat fresh start.
The new documentation website is powered by Docusaurus.io i
When GitLab system hook for project push events is configured for Zulip, the following 500 Internal Server Error is thrown by Zulip:
2020-02-19 10:32:44.753 ERR [] Traceback (most recent call last):
File "/srv/zulip-venv-cache/546c5f60162d0b5be09d52adebaa995f9c609da3/zulip-py3-venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapp
Ctrl + Shift + D brings up the Developer Menu, but you must click the Cancel button to dismiss it.
The escape key should also dismiss the Developer Menu.
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
Mar 4, 2020 - TypeScript
Which OS ? Both android and ios
Version
Which versions are you using:
- react-native-swiper v?1.5.14
- react-native v0.?.?0.60.5
Expected behaviour
I want on sliding , next slide shouldnt show partially, directly the next slide should show in swipe. The transition is shown half-half which is not required in my case. Any settings to show the next slide directly on swipe?
-
Updated
Mar 4, 2020 - TypeScript
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
Mar 3, 2020 - JavaScript
Created by Facebook
Released January 2015
Latest release 3 months ago
- Repository
- facebook/react-native
- Website
- reactnative.com
- Wikipedia
- Wikipedia

Huge and nice collection and also getting very much appreciated from the community.
It would be great if somebody can translate into English then it will be reaching out to global.