GithubHelp home page GithubHelp logo

jessicayeh / react-native-native-log Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 0.0 4.12 MB

A React Native log function that under the hood calls NSLog() on iOS and Log.i() on Android

License: MIT License

Kotlin 7.27% JavaScript 7.50% Java 33.19% TypeScript 9.37% Swift 1.78% C 0.54% Objective-C 18.38% Ruby 21.96%

react-native-native-log's People

Contributors

jessicayeh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

react-native-native-log's Issues

IOS: linking issue with use_frameworks!

Hi! ๐Ÿ‘‹

Firstly, thanks for your work on this project! ๐Ÿ™‚

Today I used patch-package to patch [email protected] for the project I'm working on.

I want to use use_framework! in my iOS podfile. In order to achieve that, I need to apply following change.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-native-log/react-native-native-log.podspec b/node_modules/react-native-native-log/react-native-native-log.podspec
index bdbe080..3d89df5 100644
--- a/node_modules/react-native-native-log/react-native-native-log.podspec
+++ b/node_modules/react-native-native-log/react-native-native-log.podspec
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
   s.source_files = "ios/**/*.{h,m,mm,swift}"
   
 
-  s.dependency "React"
+  s.dependency "React-Core"
 end

This issue body was partially generated by patch-package.

null is not an object

When I run the iOS project, it shows me:

2020-07-27 12:56:07.933 [error][tid:com.facebook.react.JavaScript] TypeError: null is not an object (evaluating '_reactNativeNativeLog.default.logWithTag')

Could this be an issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.