Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReactNative][Docs] Document how to link libraries #300

Merged
merged 3 commits into from Mar 29, 2015

Conversation

tadeuzagallo
Copy link
Contributor

Add some documentation on how to link the libraries that we built as independent xcode projects.

/cc @vjeux @a2


### Step 3

The first two steps will be enough for all libraries that we ship we Ract Native
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/we Ract Native/with React Native

@JoeStanton
Copy link
Contributor

On the same sort of topic - I was going to have a stab at react-native new-library or similar, to generate a boilerplate XCode project to do Native bridging. Useful?

I found this a bit difficult/time consuming when writing RCTVibration with my limited XCode experience and it could encourage consistency and best practices around exports, docs etc.

It would make each plugin nicely npm publish-able without too much effort, for features that don't belong in core.

@tadeuzagallo
Copy link
Contributor Author

Oh, I'll fix this typo, thanks!

The new-library might be a good idea! @frantic, what do you think?

@frantic
Copy link
Contributor

frantic commented Mar 27, 2015

The article looks good, but maybe still pretty complex for non-ios developer who sees Xcode for the first time. Would be nice to add a screenshot. Ideally we would do all the work using something like npm install <native-lib>, but having docs is better than not having docs :)

As for new-library - good point, however I think the skills you need to build native library should already include some experience with Xcode. Still worth doing though.

tadeuzagallo added a commit that referenced this pull request Mar 29, 2015
[ReactNative][Docs] Document how to link libraries
@tadeuzagallo tadeuzagallo merged commit d83cd3e into facebook:master Mar 29, 2015
@tadeuzagallo tadeuzagallo deleted the doc-link-libraries branch March 29, 2015 01:39
mganandraj pushed a commit to mganandraj/react-native that referenced this pull request Apr 14, 2020
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Start of run-macos cli

* run-macos working

* Add JSDoc

* Fix script to only pass argument when installed

* Fixed var name

* Added run-macs CI step

* Log success or failure
jfrolich pushed a commit to jfrolich/react-native that referenced this pull request Apr 22, 2020
…t-empty-component

chore add ListEmptyComponent to FlatList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants