oracle / oracle/pushiomanager-react-native

How can i set another folder for ios/framework and android/pushiomanager?

Open
#42 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
19
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Hello, i have an app that distributes packages by NPM and I need to change the location of the folders from frameworks, so that whoever consumes my package by npm can receive the framework and don't needed to apply framework in all they projects , how can I set a new folder for iOS and Android consume pushiO framwork from another folder? in 6.50.0 or less version i can do like this:

on iOS early 6.51.0 version i can do like this on podfile:

pod 'PushIOManager', :path => '../node_modules/@company/pushio/PushIOManager.podspec'

where the pushIO is the framework did i download in oracle web site

on Android early 6.51.0 version i can do like this on build.gradle:
include ':PushIOManager'
project(':PushIOManager').projectDir = new File(rootProject.projectDir, ''../node_modules/@company/pushio/pushio.aar')

how can i change this folder of frameworksm or i cant?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Podfile and build.gradle examples in the issue, then inspect the package layout around PushIOManager.podspec and pushio.aar. Determine where the iOS and Android framework paths are fixed and whether configurable paths can be supported; done means consumers can obtain the frameworks through the npm package without manually applying project-specific framework setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, ios, react-native
Domain
build-system, mobile-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.