The Wayback Machine - http://web.archive.org/web/20200625075953/https://github.com/topics/objective-c?l=javascript
Skip to content
#

Objective-C

objective-c logo

Objective-C builds on the foundations of ANSI C. Compared to other object-oriented languages based on C, Objective-C is very dynamic. Dynamism enables the construction of sophisticated development tools. Since Objective-C incorporates C, one gets all the benefits of C when working within Objective-C.

Here are 128 public repositories matching this topic...

keyz23
keyz23 commented Feb 27, 2020

Hi guys, Anyone has an example that I could follow? I have tried to combine with https://reactnative.dev/docs/native-modules-android documentation, but I don't know how to do with other library.

I don't understand what I should put in:

 public ProgressBarModule(ReactApplicationContext context) {
        // Pass in the context to the constructor and save it so you can emit events
     
jskrepnek
jskrepnek commented Nov 14, 2018

If a prepare hook is defined in a platform block, it is not executed when cordova prepare is called without specifying a platform.

My expectation is that the platform prepare hooks will be still be called when a platform is not provided as an argument to the platform prepare command.

For example:

Given the following hook:

<platform name="android">
    <hook type="after_prepare"
navneetkarnani
navneetkarnani commented Nov 27, 2019

What react-native version are you using? 0.61.5

What react-native-pdf version are you using? ^6.0.0

What platform does your issue occur on? (android/ios/both) during build

Describe your issue as precisely as possible :

  1. Steps to reproduce the issue or to explain in which case you get the issue
    As mentioned in the readme, using rn-fetch-blob 0.11.x
    yarn add rn-fetch-blob@^0.11.
R-obert
R-obert commented Apr 26, 2020

Hello,

I have a lot of trouble understanding the documentation of this plugin.

At the beginning you say that I get the global object cordova.file when device is ready.
Then under "Where to store files" you explain the properties of the cordova.file locations.
And then you explain which exact paths these cordova.file locations map to, depending on the platform. Until here everything m

janpio
janpio commented May 28, 2019

Feature Request

Motivation Behind Feature

The tests added via #38 only cover a small part of the actual plugin functionality. This should be improved or increased confidence.

Feature Description

  • Test allow-intent
  • Test access
  • Add iOS tests: iOS also has a whitelist, although not via this plugin the tests could/should apply equally: https://cordova.apache.org/docs/en/
breautek
breautek commented Oct 22, 2019

I think there should be better warnings documented about using a remote url for the config.xml tag <content src="..." />

It should be noted that using remote urls can be dangerous for security and is also against the terms of service of both the Apple App & Google Play stores. (Text of interest is in bold).

Apple App Store policy at Section 4.7 HTML5 Games, Bots, etc[1] reads:

Apps may

timbru31
timbru31 commented Mar 17, 2020

When a user sets UIRequiresFullScreen to false, the orientation can't be locked on iOS. This is not a bug, but should be documented. See, e.g., https://www.telerik.com/forums/app-store-rejects-build-with-error-itms-90475-invalid-bundle-ipad-multitasking-support-requires-launch-story-board-in-bundle#wpXQ60c5tUmub3dI7iXi-A

We could think about rejecting the Promise in this case though.

Created by Tom Love and Brad Cox

Released 1984

Website
developer.apple.com/documentation/objectivec
Wikipedia
Wikipedia

Related Topics

c clang language swift
You can’t perform that action at this time.