Uh oh!
There was an error while loading. Please reload this page.
adding .xcworkspace to gitignore - #463
Conversation
This folder is created by xcode when one of the examples is run. Probably makes since to include this in the .gitignore as it doesn't make sense to keep the compiled native code under source control.
facebook-github-bot
commented
Mar 29, 2015
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
facebook-github-bot
commented
Mar 30, 2015
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
frantic
commented
Mar 30, 2015
Why? We don't have any workspaces in the repo yet, but I think when we do we would want to check them in |
ide
commented
Mar 30, 2015
@frantic is right, workspaces should be checked in. Adding |
Setting `blurOnSubmit` to `true` means that pressing return will blur the field and trigger the `onSubmitEditing` event instead of inserting a newline into the field. -- https://reactnative.dev/docs/textinput#bluronsubmit
This folder is created by xcode when one of the examples is run. Probably makes since to include this in the .gitignore as it doesn't make sense to keep the compiled native code under source control.