Skip to content

alisherakb/CustomBottomBar-RNN

Repository files navigation

How to run this project?

1. Run after clonning:

cd CustomBottomBar-RNN && npm i && cd ios/ && pod install

2. Open SpacerMin.xcworkspace and in project directory add following header search path to RNUnityView project:

$(SRCROOT)/../../../ios/Pods/Headers/Public

PROJECT HEADER SEARCH PATHS: Screenshot 2019-08-29 at 23 03 50

3. Add the same path to library's target:

TARGET HEADER SEARCH PATHS: Screenshot 2019-08-29 at 23 03 57

IMPORTANT:

Runs only on real device (6s+) Before running make sure that you are on the same wi-fi on both desktop/device (react-native needs to load JS)

How to reproduce the issue?

Simply comment 10 and 32 lines from src/CameraView.js and you will see that bottomBar is showing properly.

What native views this project needs to work properly:

BottomBar: Search in Xcode for RNNOverlay... and some this .m files are responsible for bottom tabs

UnityView: In Library it .m files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published