question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Should this library be linked?

See original GitHub issue

There’re ios and android folders in this repo, and this library links automatically if react-native link command is run. However, In my project it isn’t linked, and… it works just fine? At least the subset of features that I use.

Can you describe for what functionality should this library be linked? Are these from the example, maybe?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mCodexcommented, Sep 19, 2018

Yes, I think it should be linked. I’m currently using RN 0.57 and what I’ve done so far is: react-native link react-native-global-props and then I go to Xcode and then:

  • Click in my project
  • Go to Build Phases
  • Click in Link Binary With Libraries
  • Remove ReactNativeGlobalProps.app and ReactNativeGlobalProps.test (something like that) And build
0reactions
Ajackstercommented, Oct 3, 2018

Awesome, thanks 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

When to use dynamic linking and static linking - IBM
Library references are more efficient because the library procedures are statically linked into the program. Static linking increases the file size of your ......
Read more >
The Linking Process Exposed — Static vs Dynamic Libraries
Dynamic libraries are archives of binary code that are not physically linked into an executable file. The libraries are physically loaded into ...
Read more >
What does it mean to link against a library? - Quora
Linking a program against a library adds the necessary stuff to its executable file to use that library's routines at run time. Since...
Read more >
c++ - Do statically linked libraries require linking with their ...
I don't think this is correct. A static library can still have unresolved dependencies which the linker will complain about. Each library during ......
Read more >
Should I add the source of libraries instead of linking to them?
For Swift projects, I definitely use frameworks (libraries) and link against them, since it's easy to configure using Xcode.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found